patch-2.3.10 linux/drivers/cdrom/sonycd535.c
Next file: linux/drivers/char/Config.in
Previous file: linux/drivers/cdrom/sjcd.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Jul 6 19:05:48 1999
- Orig file:
v2.3.9/linux/drivers/cdrom/sonycd535.c
- Orig date:
Wed May 26 09:31:44 1999
diff -u --recursive --new-file v2.3.9/linux/drivers/cdrom/sonycd535.c linux/drivers/cdrom/sonycd535.c
@@ -1486,8 +1486,8 @@
/*
* Initialize the driver.
*/
-__initfunc(int
-sony535_init(void))
+int __init
+sony535_init(void)
{
struct s535_sony_drive_config drive_config;
Byte cmd_buff[3];
@@ -1655,8 +1655,8 @@
*
* the address value has to be the existing CDROM port address.
*/
-__initfunc(void
-sonycd535_setup(char *strings, int *ints))
+void __init
+sonycd535_setup(char *strings, int *ints)
{
/* if IRQ change and default io base desired,
* then call with io base of 0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)