aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSergei Shtylyov <sshtylyov@ru.mvista.com>2008-04-02 23:53:19 +0400
committerRalf Baechle <ralf@linux-mips.org>2008-04-04 22:43:47 +0100
commit865ab8753837b73fe1e800fc88462c5914eec549 (patch)
treec91f2a48e593a38e765b0450beb901b3ba02d2fe /include
parentfix uevent action-string regression (diff)
downloadlinux-dev-865ab8753837b73fe1e800fc88462c5914eec549.tar.xz
linux-dev-865ab8753837b73fe1e800fc88462c5914eec549.zip
[MIPS] Pb1200: Fix header breakage
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/mach-pb1x00/pb1200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mach-pb1x00/pb1200.h b/include/asm-mips/mach-pb1x00/pb1200.h
index ed5fd7390678..72213e3d02c7 100644
--- a/include/asm-mips/mach-pb1x00/pb1200.h
+++ b/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 */