]> 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, 25 Aug 2011 17:55:45 +0000 (13:55 -0400)
commite4be64debde1305c6c5c6629db79d5ab0ca4bfe2
tree0bdb1449a1083a434b2b8777a2b96a7070b2e870
parent6b4e9162eefb396275f367c3833f8ddb4baed287
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