|
@@ -11,9 +11,10 @@
|
|
|
*
|
|
|
*/
|
|
|
|
|
|
-#ifdef CONFIG_OF_DEVICE
|
|
|
#include <linux/device.h>
|
|
|
#include <linux/mod_devicetable.h>
|
|
|
+
|
|
|
+#ifdef CONFIG_OF_DEVICE
|
|
|
#include <linux/pm.h>
|
|
|
#include <linux/of_device.h>
|
|
|
#include <linux/platform_device.h>
|
|
@@ -100,7 +101,7 @@ extern int of_platform_populate(struct device_node *root,
|
|
|
|
|
|
#if !defined(CONFIG_OF_ADDRESS)
|
|
|
struct of_dev_auxdata;
|
|
|
-struct device;
|
|
|
+struct device_node;
|
|
|
static inline int of_platform_populate(struct device_node *root,
|
|
|
const struct of_device_id *matches,
|
|
|
const struct of_dev_auxdata *lookup,
|