Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> --- Looks like nobody ever cared since the code was merged -- there's no defconfig. include/asm-mips/mach-pb1x00/pb1200.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/include/asm-mips/mach-pb1x00/pb1200.h =================================================================== --- linux-2.6.orig/include/asm-mips/mach-pb1x00/pb1200.h +++ linux-2.6/include/asm-mips/mach-pb1x00/pb1200.h @@ -245,7 +245,7 @@ enum external_pb1200_ints { PB1200_SD1_INSERT_INT, PB1200_SD1_EJECT_INT, - PB1200_INT_END (PB1200_INT_BEGIN + 15) + PB1200_INT_END = PB1200_INT_BEGIN + 15 }; /* For drivers/pcmcia/au1000_db1x00.c */