]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc: Remove include of linux/of_device.h from asm/of_device.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 19 Aug 2008 08:19:25 +0000 (18:19 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Aug 2008 06:34:59 +0000 (16:34 +1000)
Now that we have removed all inclusions of asm/of_device.h, this
compatability include can be removed.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/include/asm/of_device.h

index 3c123990ca2e0f3db95b03c939e62a6e6050df30..a64debf177dca8efcbe7534333f81a5b2d3d26d5 100644 (file)
@@ -24,8 +24,5 @@ extern struct of_device *of_device_alloc(struct device_node *np,
 extern int of_device_uevent(struct device *dev,
                            struct kobj_uevent_env *env);
 
-/* This is just here during the transition */
-#include <linux/of_device.h>
-
 #endif /* __KERNEL__ */
 #endif /* _ASM_POWERPC_OF_DEVICE_H */