aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_platform.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2010-06-29 12:26:53 -0400
committerGrant Likely <grant.likely@secretlab.ca>2010-07-24 11:57:52 -0400
commit129ac799ad627b1e08382739f9e8cd75d7477fa3 (patch)
tree2c42efc35fbd20546bf8cf06db9716825eb2bda0 /include/linux/of_platform.h
parent1ab1d63a85cee2545272f63a7644e9f855cb65d0 (diff)
of: remove asm/of_platform.h
Only thing left in it is of_instantiate_rtc() which can be moved to asm/prom.h on PowerPC and is unused in microblaze. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/of_platform.h')
-rw-r--r--include/linux/of_platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/of_platform.h b/include/linux/of_platform.h
index 429513ae8f6e..a79f59bf61a0 100644
--- a/include/linux/of_platform.h
+++ b/include/linux/of_platform.h
@@ -52,8 +52,6 @@ extern void of_unregister_platform_driver(struct of_platform_driver *drv);
52extern struct of_device *of_device_alloc(struct device_node *np, 52extern struct of_device *of_device_alloc(struct device_node *np,
53 const char *bus_id, 53 const char *bus_id,
54 struct device *parent); 54 struct device *parent);
55#include <asm/of_platform.h>
56
57extern struct of_device *of_find_device_by_node(struct device_node *np); 55extern struct of_device *of_find_device_by_node(struct device_node *np);
58 56
59extern int of_bus_type_init(struct bus_type *bus, const char *name); 57extern int of_bus_type_init(struct bus_type *bus, const char *name);