From 823467e5fc0c8566a93cfca0e40df6d5de6a4bc3 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:16:32 -0400 Subject: 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 --- drivers/firewire/core-iso.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/firewire/core-iso.c') 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 #include #include +#include #include -- cgit v1.2.3-59-g8ed1b