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)
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

index b47d2040c9f23a0dfa3599de4d4212a41122422e..3863a4dbdf1888c51ff9d4ae94057a31e5118034 100644 (file)
@@ -100,6 +100,7 @@ extern int of_platform_populate(struct device_node *root,
 
 #if !defined(CONFIG_OF_ADDRESS)
 struct of_dev_auxdata;
+struct device;
 static inline int of_platform_populate(struct device_node *root,
                                        const struct of_device_id *matches,
                                        const struct of_dev_auxdata *lookup,