[PATCH] ppc: fix build break
Olof Johansson
olof at lixom.net
Thu Sep 28 14:57:17 EST 2006
Fix build break for some of the ARCH=ppc defconfigs
Signed-off-by: Olof Johansson <olof at lixom.net>
---
This was introduced by:
[PATCH] ppc32: board-specific part of fs_enet update
Index: linux-2.6/include/asm-ppc/cpm2.h
===================================================================
--- linux-2.6.orig/include/asm-ppc/cpm2.h
+++ linux-2.6/include/asm-ppc/cpm2.h
@@ -1186,7 +1186,7 @@ typedef struct im_idma {
#define FCC_MEM_OFFSET(x) (CPM_FCC_SPECIAL_BASE + (x*128))
#define FCC1_MEM_OFFSET FCC_MEM_OFFSET(0)
#define FCC2_MEM_OFFSET FCC_MEM_OFFSET(1)
-#define FCC2_MEM_OFFSET FCC_MEM_OFFSET(2)
+#define FCC3_MEM_OFFSET FCC_MEM_OFFSET(2)
#endif /* __CPM2__ */
#endif /* __KERNEL__ */
More information about the Linuxppc-dev
mailing list