patch-2.3.13 linux/drivers/block/ps2esdi.c
Next file: linux/drivers/block/q40ide.c
Previous file: linux/drivers/block/piix.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Mon Aug 9 10:23:09 1999
- Orig file:
v2.3.12/linux/drivers/block/ps2esdi.c
- Orig date:
Sat May 15 23:43:04 1999
diff -u --recursive --new-file v2.3.12/linux/drivers/block/ps2esdi.c linux/drivers/block/ps2esdi.c
@@ -178,7 +178,7 @@
};
/* initialization routine called by ll_rw_blk.c */
-__initfunc(int ps2esdi_init(void))
+int __init ps2esdi_init(void)
{
/* register the device - pass the name, major number and operations
@@ -244,7 +244,7 @@
#endif /* MODULE */
/* handles boot time command line parameters */
-__initfunc(void tp720_setup(char *str, int *ints))
+void __init tp720_setup(char *str, int *ints)
{
/* no params, just sets the tp720esdi flag if it exists */
@@ -252,7 +252,7 @@
tp720esdi = 1;
}
-__initfunc(void ed_setup(char *str, int *ints))
+void __init ed_setup(char *str, int *ints)
{
int hdind = 0;
@@ -299,7 +299,7 @@
}
/* ps2 esdi specific initialization - called thru the gendisk chain */
-__initfunc(static void ps2esdi_geninit(struct gendisk *ignored))
+static void __init ps2esdi_geninit(struct gendisk *ignored)
{
/*
The first part contains the initialization code
@@ -437,7 +437,7 @@
} /* ps2esdi_geninit */
-__initfunc(static void ps2esdi_get_device_cfg(void))
+static void __init ps2esdi_get_device_cfg(void)
{
u_short cmd_blk[TYPE_0_CMD_BLK_LENGTH];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)