Skip to content

Commit

Permalink
[PATCH] ppc32: Remove FSL OCP support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed Jun 25, 2005
1 parent 33d9e9b commit 3d9077a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.
2 changes: 1 addition & 1 deletion arch/ppc/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ config SERIAL_TEXT_DEBUG

config PPC_OCP
bool
depends on IBM_OCP || FSL_OCP || XILINX_OCP
depends on IBM_OCP || XILINX_OCP
default y

endmenu
54 changes: 0 additions & 54 deletions include/asm-ppc/fsl_ocp.h

This file was deleted.

4 changes: 0 additions & 4 deletions include/asm-ppc/ocp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

0 comments on commit 3d9077a

Please sign in to comment.