From daf76dbbb09f3937e71e9ef6d8fa68b306281d84 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 5 May 2012 18:22:55 -0400 Subject: [PATCH] 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 --- arch/mips/pci/ops-loongson2.c | 1 + 1 file changed, 1 insertion(+) 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