/* Public domain. */

#ifndef _LINUX_NOSPEC_H
#define _LINUX_NOSPEC_H

#define array_index_nospec(a, b)	(a)

#endif
