patch-2.3.16 linux/drivers/tc/tc.c
Next file: linux/drivers/tc/zs.c
Previous file: linux/drivers/sound/maestro_tables.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Thu Aug 26 12:42:33 1999
- Orig file:
v2.3.15/linux/drivers/tc/tc.c
- Orig date:
Wed Aug 4 16:36:45 1999
diff -u --recursive --new-file v2.3.15/linux/drivers/tc/tc.c linux/drivers/tc/tc.c
@@ -92,12 +92,12 @@
/*
* Probing for TURBOchannel modules
*/
-__initfunc(static void my_dbe_handler(struct pt_regs *regs))
+static void __init my_dbe_handler(struct pt_regs *regs)
{
regs->cp0_epc += 4;
}
-__initfunc(static void tc_probe(unsigned long startaddr, unsigned long size, int max_slot))
+static void __init tc_probe(unsigned long startaddr, unsigned long size, int max_slot)
{
int i, slot;
long offset;
@@ -164,7 +164,7 @@
/*
* the main entry
*/
-__initfunc(void tc_init(void))
+void __init tc_init(void)
{
int tc_clock;
int i;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)