From: Paul Gortmaker Date: Sun, 10 Jul 2011 16:57:12 +0000 (-0400) Subject: drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c X-Git-Tag: next-20110826~3^2~50 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=713986a04b5947eb73778014d7f2a941d621ff8e;p=karo-tx-linux.git drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c This is exporting symbols and will fail to build once we remove the implicit presence of module.h Signed-off-by: Paul Gortmaker --- diff --git a/drivers/sh/intc/virq.c b/drivers/sh/intc/virq.c index 1e6e2d0353ea..c7ec49ffd9f6 100644 --- a/drivers/sh/intc/virq.c +++ b/drivers/sh/intc/virq.c @@ -14,6 +14,7 @@ #include #include #include +#include #include "internals.h" static struct intc_map_entry intc_irq_xlate[NR_IRQS];