Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.c

Ensure that the EXPORT_SYMBOL macros are present for when we clean up
the "module.h" is everywhere situation, to prevent build failures.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

+1
+1
drivers/firewire/core-iso.c
··· 29 29 #include <linux/slab.h> 30 30 #include <linux/spinlock.h> 31 31 #include <linux/vmalloc.h> 32 + #include <linux/export.h> 32 33 33 34 #include <asm/byteorder.h> 34 35