]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/of: include export.h for EXPORT_SYMBOL_GPL in of_pci_irq.c
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 29 Jul 2011 06:05:38 +0000 (16:05 +1000)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:31:50 +0000 (17:31 -0400)
commited4c706e834d02189c8a48cee2e3c619e517e30c
tree562f44ee6fc078541c8c0ae961474c5c89399f06
parenta4bb3251613349840dc2f12c749dc3c95de94e74
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 <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/of/of_pci_irq.c