summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/of_device.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2010-06-08 07:48:12 -0600
committerGrant Likely <grant.likely@secretlab.ca>2010-07-05 16:14:28 -0600
commitdd27dcda37f0b1a3b674760fb411abc5c8fe309c (patch)
treef6b582fabc8b4f723f8209102665442fcba53364 /arch/powerpc/include/asm/of_device.h
parentd3571c3acfabb6f3a93b517b75d9b30eb7e8692e (diff)
downloadlinux-3.10-dd27dcda37f0b1a3b674760fb411abc5c8fe309c.tar.gz
linux-3.10-dd27dcda37f0b1a3b674760fb411abc5c8fe309c.tar.bz2
linux-3.10-dd27dcda37f0b1a3b674760fb411abc5c8fe309c.zip
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/powerpc/include/asm/of_device.h')
-rw-r--r--arch/powerpc/include/asm/of_device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/of_device.h b/arch/powerpc/include/asm/of_device.h
index cb36632f953..5d5103cac64 100644
--- a/arch/powerpc/include/asm/of_device.h
+++ b/arch/powerpc/include/asm/of_device.h
@@ -9,8 +9,5 @@ extern struct of_device *of_device_alloc(struct device_node *np,
const char *bus_id,
struct device *parent);
-extern int of_device_uevent(struct device *dev,
- struct kobj_uevent_env *env);
-
#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_OF_DEVICE_H */