From: Matt Porter This trivial patch removes long-standing typo in ibm44x.h. In fact, we already have correct DCRN_CPC0_GPIO define later in the same file. Signed-off-by: Eugene Surovegin Signed-off-by: Matt Porter Signed-off-by: Andrew Morton --- 25-akpm/include/asm-ppc/ibm44x.h | 5 ----- 1 files changed, 5 deletions(-) diff -puN include/asm-ppc/ibm44x.h~ppc32-remove-bogus-sprn_cpc0_gpio-define include/asm-ppc/ibm44x.h --- 25/include/asm-ppc/ibm44x.h~ppc32-remove-bogus-sprn_cpc0_gpio-define Thu Dec 2 13:20:40 2004 +++ 25-akpm/include/asm-ppc/ibm44x.h Thu Dec 2 13:20:40 2004 @@ -59,11 +59,6 @@ #ifndef __ASSEMBLY__ /* - * SPRN definitions - */ -#define SPRN_CPC0_GPIO 0xe5/BEARLRL - -/* * DCRN definitions */ _