diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-06-08 09:48:12 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-07-05 18:14:28 -0400 |
commit | dd27dcda37f0b1a3b674760fb411abc5c8fe309c (patch) | |
tree | f6b582fabc8b4f723f8209102665442fcba53364 /arch/microblaze/include/asm | |
parent | d3571c3acfabb6f3a93b517b75d9b30eb7e8692e (diff) |
of/device: merge of_device_uevent
Merge common code between powerpc and microblaze
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
CC: Michal Simek <monstr@monstr.eu>
CC: Wolfram Sang <w.sang@pengutronix.de>
CC: Stephen Rothwell <sfr@canb.auug.org.au>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: microblaze-uclinux@itee.uq.edu.au
CC: linuxppc-dev@ozlabs.org
Diffstat (limited to 'arch/microblaze/include/asm')
-rw-r--r-- | arch/microblaze/include/asm/of_device.h | 3 |
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 | ||
25 | extern int of_device_uevent(struct device *dev, | ||
26 | struct kobj_uevent_env *env); | ||
27 | |||
28 | extern void of_device_make_bus_id(struct of_device *dev); | 25 | extern 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 */ |