From: Stephen Rothwell Date: Fri, 29 Jul 2011 06:05:38 +0000 (+1000) Subject: drivers/of: include export.h for EXPORT_SYMBOL_GPL in of_pci_irq.c X-Git-Tag: next-20110826~3^2~54 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e4be64debde1305c6c5c6629db79d5ab0ca4bfe2;p=karo-tx-linux.git drivers/of: include export.h for EXPORT_SYMBOL_GPL in of_pci_irq.c This is an interaction with commit 98d9f30c820d ("pci/of: Match PCI devices to OF nodes dynamically") which split off part of drivers/of/of_pci.c, causing: drivers/of/of_pci_irq.c:92:1: warning: data definition has no type or storage class drivers/of/of_pci_irq.c:92:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/of/of_pci_irq.c:92:1: warning: parameter names (without types) in function declaration Signed-off-by: Stephen Rothwell Signed-off-by: Paul Gortmaker --- 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 /**