Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291925
b: refs/heads/master
c: e7cc3ac
h: refs/heads/master
i:
  291923: 3a14cb4
v: v3
  • Loading branch information
Grant Likely committed Mar 5, 2012
1 parent 80cd7aa commit 38dfd1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 280ad7fda5f95211857fda38960f2b6fdf6edd3e
refs/heads/master: e7cc3aca0f6a36b018934264ee20bee45dc13e29
1 change: 1 addition & 0 deletions trunk/drivers/mfd/twl-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <linux/of.h>
#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <linux/irq.h>
#include <linux/irqdomain.h>

#include <linux/regulator/machine.h>
Expand Down
9 changes: 6 additions & 3 deletions trunk/include/linux/of_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ extern int of_platform_populate(struct device_node *root,
const struct of_device_id *matches,
const struct of_dev_auxdata *lookup,
struct device *parent);
#else
#endif /* CONFIG_OF_ADDRESS */

#endif /* CONFIG_OF_DEVICE */

#if !defined(CONFIG_OF_ADDRESS)
struct of_dev_auxdata;
static inline int of_platform_populate(struct device_node *root,
const struct of_device_id *matches,
const struct of_dev_auxdata *lookup,
Expand All @@ -104,6 +109,4 @@ static inline int of_platform_populate(struct device_node *root,
}
#endif /* !CONFIG_OF_ADDRESS */

#endif /* CONFIG_OF_DEVICE */

#endif /* _LINUX_OF_PLATFORM_H */

0 comments on commit 38dfd1e

Please sign in to comment.