|
@@ -13,7 +13,7 @@
|
|
#include <linux/log2.h>
|
|
#include <linux/log2.h>
|
|
#include <linux/spinlock_types.h>
|
|
#include <linux/spinlock_types.h>
|
|
|
|
|
|
-void foo(void)
|
|
|
|
|
|
+int main(void)
|
|
{
|
|
{
|
|
/* The enum constants to put into include/generated/bounds.h */
|
|
/* The enum constants to put into include/generated/bounds.h */
|
|
DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS);
|
|
DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS);
|
|
@@ -23,4 +23,6 @@ void foo(void)
|
|
#endif
|
|
#endif
|
|
DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t));
|
|
DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t));
|
|
/* End of constants */
|
|
/* End of constants */
|
|
|
|
+
|
|
|
|
+ return 0;
|
|
}
|
|
}
|