Skip to content

Commit 7713fef

Browse files
sfrothwellpaulusmack
authored andcommitted
powerpc: Remove include of linux/of_device.h from asm/of_device.h
Now that we have removed all inclusions of asm/of_device.h, this compatability include can be removed. Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent f6f1101 commit 7713fef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/powerpc/include/asm/of_device.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@ extern struct of_device *of_device_alloc(struct device_node *np,
2424
extern int of_device_uevent(struct device *dev,
2525
struct kobj_uevent_env *env);
2626

27-
/* This is just here during the transition */
28-
#include <linux/of_device.h>
29-
3027
#endif /* __KERNEL__ */
3128
#endif /* _ASM_POWERPC_OF_DEVICE_H */

0 commit comments

Comments
 (0)