From ed4c706e834d02189c8a48cee2e3c619e517e30c Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 29 Jul 2011 16:05:38 +1000 Subject: [PATCH] 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 --- drivers/of/of_pci_irq.c | 1 + 1 file changed, 1 insertion(+) 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 /** -- 2.39.5