From: Paul Gortmaker Date: Fri, 29 Jul 2011 06:05:38 +0000 (+1000) Subject: drivers/of: include export.h for EXPORT_SYMBOL_GPL/THIS_MODULE as required X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2c8d667a3102ad0ed3f104d41277c55873297091;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git drivers/of: include export.h for EXPORT_SYMBOL_GPL/THIS_MODULE as required For files that were getting these macros via the implicit presence of module.h being everywhere. With contributions from Stephen Rothwell . Signed-off-by: Paul Gortmaker --- diff --git a/drivers/of/of_net.c b/drivers/of/of_net.c index bb184717588f..ffab033d207e 100644 --- a/drivers/of/of_net.c +++ b/drivers/of/of_net.c @@ -9,6 +9,7 @@ #include #include #include +#include /** * It maps 'enum phy_interface_t' found in include/linux/phy.h diff --git a/drivers/of/of_pci_irq.c b/drivers/of/of_pci_irq.c index ac1ec54e4fd5..93125163dea2 100644 --- a/drivers/of/of_pci_irq.c +++ b/drivers/of/of_pci_irq.c @@ -1,6 +1,7 @@ #include #include #include +#include #include /**