From 7b64db608a441893e180f46fa160e8fae4c5a714 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Mon, 18 Jul 2011 15:57:46 -0400 Subject: sparc: add export.h to arch/sparc files as required These files are only exporting symbols, so they don't need the full module.h header file. Previously they were getting access to EXPORT_SYMBOL implicitly via overuse of module.h from within other .h files, but that is being cleaned up. Signed-off-by: Paul Gortmaker --- arch/sparc/kernel/pci_sun4v.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sparc/kernel/pci_sun4v.c') diff --git a/arch/sparc/kernel/pci_sun4v.c b/arch/sparc/kernel/pci_sun4v.c index b01a06e9ae4e..b272cda35a01 100644 --- a/arch/sparc/kernel/pci_sun4v.c +++ b/arch/sparc/kernel/pci_sun4v.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include -- cgit v1.2.1