patch-2.3.10 linux/drivers/cdrom/mcd.c
Next file: linux/drivers/cdrom/mcdx.c
Previous file: linux/drivers/cdrom/isp16.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Jul 6 19:05:48 1999
- Orig file:
v2.3.9/linux/drivers/cdrom/mcd.c
- Orig date:
Wed May 12 13:27:37 1999
diff -u --recursive --new-file v2.3.9/linux/drivers/cdrom/mcd.c linux/drivers/cdrom/mcd.c
@@ -230,8 +230,7 @@
};
-
-__initfunc(void mcd_setup(char *str, int *ints))
+void __init mcd_setup(char *str, int *ints)
{
if (ints[0] > 0)
mcd_port = ints[1];
@@ -1155,7 +1154,7 @@
* Test for presence of drive and initialize it. Called at boot time.
*/
-__initfunc(int mcd_init(void))
+int __init mcd_init(void)
{
int count;
unsigned char result[3];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)