Skip to content

Commit

Permalink
[MIPS] Pb1200: Fix header breakage
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Sergei Shtylyov authored and Ralf Baechle committed Apr 4, 2008
1 parent a9edadb commit 865ab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/mach-pb1x00/pb1200.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 865ab87

Please sign in to comment.