of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESS
authorJonas Gorski <jogo@openwrt.org>
Wed, 19 Dec 2012 15:10:09 +0000 (09:10 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 19 Dec 2012 16:15:17 +0000 (16:15 +0000)
commitab28698d33af05abab0bcf8021eafe38f7434f24
treea8f357f0352f4dc7408bfc16d88664783d2b5f4d
parent80c2022e5645a1a789531d13010292c5c18bf1db
of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESS

Fixes the following warning:

include/linux/of_platform.h:106:13: warning: 'struct device' declared
inside parameter list [enabled by default]
include/linux/of_platform.h:106:13: warning: its scope is only this
definition or declaration, which is probably not what you want [enabled
by default]

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Rob Herring <robherring2@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
include/linux/of_platform.h