summaryrefslogtreecommitdiff
path: root/drivers/firewire
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-10 12:16:32 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:46 -0400
commit823467e5fc0c8566a93cfca0e40df6d5de6a4bc3 (patch)
treee8d128979d21e2d6249ce2e15cb833de7a47207a /drivers/firewire
parent80a2e2e35dc84f40306768a1d37011acdfb2eeaa (diff)
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>
Diffstat (limited to 'drivers/firewire')
-rw-r--r--drivers/firewire/core-iso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/core-iso.c b/drivers/firewire/core-iso.c
index 57c3973093a..0f90e007187 100644
--- a/drivers/firewire/core-iso.c
+++ b/drivers/firewire/core-iso.c
@@ -29,6 +29,7 @@
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/vmalloc.h>
+#include <linux/export.h>
#include <asm/byteorder.h>