From: Matt Turner Date: Sat, 5 May 2012 22:22:55 +0000 (-0400) Subject: MIPS: Include export.h in for EXPORT_SYMBOL in ops-loongson2.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=daf76dbbb09f3937e71e9ef6d8fa68b306281d84;p=linux-beck.git MIPS: Include export.h in for EXPORT_SYMBOL in ops-loongson2.c Fixes warning: data definition has no type or storage class [enabled by default] warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] warning: parameter names (without types) in function declaration [enabled by default] Signed-off-by: Matt Turner Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3746/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/pci/ops-loongson2.c b/arch/mips/pci/ops-loongson2.c index d657ee0bc131..afd221122d22 100644 --- a/arch/mips/pci/ops-loongson2.c +++ b/arch/mips/pci/ops-loongson2.c @@ -15,6 +15,7 @@ #include #include #include +#include #include