]> git.baikalelectronics.ru Git - kernel.git/commit
of: clean-up ifdefs in of_irq.h
authorRob Herring <rob.herring@calxeda.com>
Wed, 4 Sep 2013 15:52:57 +0000 (10:52 -0500)
committerRob Herring <rob.herring@calxeda.com>
Wed, 25 Sep 2013 02:12:32 +0000 (21:12 -0500)
commit217d4180df0115eadcbd05225deed8f54436d540
tree671a9150e3949d3d4ee7b1e31aaf473f865bbf3b
parent7c04e72a349f93dffb0f62a37c6cd6a9520d5d36
of: clean-up ifdefs in of_irq.h

Much of of_irq.h is needlessly ifdef'ed. Clean this up and minimize the
amount ifdef'ed code. This fixes some  build warnings when CONFIG_OF
is not enabled (seen on i386 and x86_64):

include/linux/of_irq.h:82:7: warning: 'struct device_node' declared inside parameter list [enabled by default]
include/linux/of_irq.h:82:7: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
include/linux/of_irq.h:87:47: warning: 'struct device_node' declared inside parameter list [enabled by default]

Compile tested on i386, sparc and arm.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
include/linux/of_irq.h