generic: add __FINITDATA
[deliverable/linux.git] / include / linux / kallsyms.h
index f73de6fb5c682a7b2f97a599b50792dbfb6c608a..82de2fb62cb71677cfbd876e34189b2b7b002779 100644 (file)
@@ -6,6 +6,7 @@
 #define _LINUX_KALLSYMS_H
 
 #include <linux/errno.h>
+#include <linux/stddef.h>
 
 #define KSYM_NAME_LEN 128
 #define KSYM_SYMBOL_LEN (sizeof("%s+%#lx/%#lx [%s]") + (KSYM_NAME_LEN - 1) + \
This page took 0.104083 seconds and 5 git commands to generate.