projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f1101
)
powerpc: Remove include of linux/of_device.h from asm/of_device.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Tue, 19 Aug 2008 08:19:25 +0000
(18:19 +1000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/of_device.h
b/arch/powerpc/include/asm/of_device.h
index 3c123990ca2e0f3db95b03c939e62a6e6050df30..a64debf177dca8efcbe7534333f81a5b2d3d26d5 100644
(file)
--- a/
arch/powerpc/include/asm/of_device.h
+++ b/
arch/powerpc/include/asm/of_device.h
@@
-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 */