diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-08-19 04:19:25 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-08-20 02:34:59 -0400 |
commit | 7713fef06517d216f96ee7c8ad750e72bc08d38f (patch) | |
tree | afa097b5f18b7be857d42de267b9bba2b59d28d3 /arch | |
parent | f6f11018dc7ea62482f36846e9f6eb0f27df7c3c (diff) |
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 <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/include/asm/of_device.h | 3 |
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 3c123990ca2e..a64debf177dc 100644 --- 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, | |||
24 | extern int of_device_uevent(struct device *dev, | 24 | extern int of_device_uevent(struct device *dev, |
25 | struct kobj_uevent_env *env); | 25 | struct kobj_uevent_env *env); |
26 | 26 | ||
27 | /* This is just here during the transition */ | ||
28 | #include <linux/of_device.h> | ||
29 | |||
30 | #endif /* __KERNEL__ */ | 27 | #endif /* __KERNEL__ */ |
31 | #endif /* _ASM_POWERPC_OF_DEVICE_H */ | 28 | #endif /* _ASM_POWERPC_OF_DEVICE_H */ |