diff options
Diffstat (limited to 'drivers/cdrom/mcdx.c')
-rw-r--r-- | drivers/cdrom/mcdx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cdrom/mcdx.c b/drivers/cdrom/mcdx.c index a0b580c22d80..0f6e7aab8d2c 100644 --- a/drivers/cdrom/mcdx.c +++ b/drivers/cdrom/mcdx.c | |||
@@ -1006,7 +1006,7 @@ static int mcdx_talk(struct s_drive_stuff *stuffp, | |||
1006 | 1006 | ||
1007 | /* MODULE STUFF ***********************************************************/ | 1007 | /* MODULE STUFF ***********************************************************/ |
1008 | 1008 | ||
1009 | int __mcdx_init(void) | 1009 | static int __init __mcdx_init(void) |
1010 | { | 1010 | { |
1011 | int i; | 1011 | int i; |
1012 | int drives = 0; | 1012 | int drives = 0; |