diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-10 12:16:32 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:46 -0400 |
commit | 823467e5fc0c8566a93cfca0e40df6d5de6a4bc3 (patch) | |
tree | e8d128979d21e2d6249ce2e15cb833de7a47207a /drivers/firewire | |
parent | 80a2e2e35dc84f40306768a1d37011acdfb2eeaa (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/core-iso.c b/drivers/firewire/core-iso.c index 57c3973093ad..0f90e0071875 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> |