[PATCH] extern doesn't make sense on a definition of function...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a23b7cb998
commit
f3d2ab41b5
|
@ -572,7 +572,7 @@ unsigned int irq_create_mapping(struct irq_host *host,
|
|||
}
|
||||
EXPORT_SYMBOL_GPL(irq_create_mapping);
|
||||
|
||||
extern unsigned int irq_create_of_mapping(struct device_node *controller,
|
||||
unsigned int irq_create_of_mapping(struct device_node *controller,
|
||||
u32 *intspec, unsigned int intsize)
|
||||
{
|
||||
struct irq_host *host;
|
||||
|
|
Loading…
Reference in New Issue