diff -u linux-2.4.19/drivers/tc/tc.c linux-2.4.19-dev/drivers/tc/tc.c --- linux-2.4.19/drivers/tc/tc.c Sat Aug 31 04:07:28 2002 +++ linux-2.4.19-dev/drivers/tc/tc.c Sat Aug 31 04:07:52 2002 @@ -40,7 +40,7 @@ * Interface to the world. Read comment in include/asm-mips/tc.h. */ -int search_tc_card(char *name) +int search_tc_card(const char *name) { int slot; slot_info *sip;