diff options
-rw-r--r-- | drivers/ide/cmd640.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/cmd640.c b/drivers/ide/cmd640.c index 70f0a2754c13..004243bd84db 100644 --- a/drivers/ide/cmd640.c +++ b/drivers/ide/cmd640.c | |||
@@ -695,7 +695,7 @@ static const struct ide_port_info cmd640_port_info __initconst = { | |||
695 | .pio_mask = ATA_PIO5, | 695 | .pio_mask = ATA_PIO5, |
696 | }; | 696 | }; |
697 | 697 | ||
698 | static int cmd640x_init_one(unsigned long base, unsigned long ctl) | 698 | static int __init cmd640x_init_one(unsigned long base, unsigned long ctl) |
699 | { | 699 | { |
700 | if (!request_region(base, 8, DRV_NAME)) { | 700 | if (!request_region(base, 8, DRV_NAME)) { |
701 | printk(KERN_ERR "%s: I/O resource 0x%lX-0x%lX not free.\n", | 701 | printk(KERN_ERR "%s: I/O resource 0x%lX-0x%lX not free.\n", |