From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Add <linux/export.h> to fix build warnings: arch/x86/kernel/cpu/perf_event_intel.c:1323:1: warning: data definition has no type or storage class arch/x86/kernel/cpu/perf_event_intel.c:1323:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' arch/x86/kernel/cpu/perf_event_intel.c:1323:1: warning: parameter names (without types) in function declaration Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- arch/x86/kernel/cpu/perf_event_intel.c | 1 + 1 file changed, 1 insertion(+) --- next-2011-1011.orig/arch/x86/kernel/cpu/perf_event_intel.c +++ next-2011-1011/arch/x86/kernel/cpu/perf_event_intel.c @@ -7,6 +7,7 @@ #include <linux/stddef.h> #include <linux/types.h> +#include <linux/export.h> #include <linux/init.h> #include <linux/slab.h> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html