aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r--arch/microblaze/include/asm/of_device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/include/asm/of_device.h b/arch/microblaze/include/asm/of_device.h
index 0a5f3f914b42..58e627dc1412 100644
--- a/arch/microblaze/include/asm/of_device.h
+++ b/arch/microblaze/include/asm/of_device.h
@@ -22,9 +22,6 @@ extern struct of_device *of_device_alloc(struct device_node *np,
22 const char *bus_id, 22 const char *bus_id,
23 struct device *parent); 23 struct device *parent);
24 24
25extern int of_device_uevent(struct device *dev,
26 struct kobj_uevent_env *env);
27
28extern void of_device_make_bus_id(struct of_device *dev); 25extern void of_device_make_bus_id(struct of_device *dev);
29 26
30/* This is just here during the transition */ 27/* This is just here during the transition */