mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-18 09:15:58 +00:00
[PATCH] ppc32: Remove FSL OCP support
Support for the OCP device model on Freescale (FSL) PPC's is no longer used. All FSL PPC's that were using OCP have be converted to using the platform device model. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
33d9e9b56d
commit
3d9077afea
@@ -202,10 +202,6 @@ static DEVICE_ATTR(name##_##field, S_IRUGO, show_##name##_##field, NULL);
|
||||
#include <asm/ibm_ocp.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FSL_OCP
|
||||
#include <asm/fsl_ocp.h>
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_PPC_OCP */
|
||||
#endif /* __OCP_H__ */
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
Reference in New Issue
Block a user