]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: fix sparse warnings in of_device_common.c
authorSam Ravnborg <sam@ravnborg.org>
Mon, 21 Apr 2014 19:39:39 +0000 (21:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2014 05:12:27 +0000 (01:12 -0400)
commit11d8f39cb64749419dd7d711036a29d1f9ea489c
tree2406ad234fee3492eba32d98681f40bde94e0e4f
parent983a23b1bceb39dae4fbe65383adca189c95d399
sparc: fix sparse warnings in of_device_common.c

Fix following warnings (both sparc32 and sparc64):
of_device_common.c:13:14: warning: symbol 'irq_of_parse_and_map' was not declared. Should it be static?
of_device_common.c:24:5: warning: symbol 'of_address_to_resource' was not declared. Should it be static?
of_device_common.c:37:14: warning: symbol 'of_iomap' was not declared. Should it be static?

Add missing includes.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/of_device_common.c