diff options
Diffstat (limited to 'drivers/ide/ide-4drives.c')
-rw-r--r-- | drivers/ide/ide-4drives.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-4drives.c b/drivers/ide/ide-4drives.c index 189b8bd9957e..979d342c338a 100644 --- a/drivers/ide/ide-4drives.c +++ b/drivers/ide/ide-4drives.c | |||
@@ -31,7 +31,7 @@ static const struct ide_port_info ide_4drives_port_info = { | |||
31 | static int __init ide_4drives_init(void) | 31 | static int __init ide_4drives_init(void) |
32 | { | 32 | { |
33 | unsigned long base = 0x1f0, ctl = 0x3f6; | 33 | unsigned long base = 0x1f0, ctl = 0x3f6; |
34 | hw_regs_t hw, *hws[] = { &hw, &hw }; | 34 | struct ide_hw hw, *hws[] = { &hw, &hw }; |
35 | 35 | ||
36 | if (probe_4drives == 0) | 36 | if (probe_4drives == 0) |
37 | return -ENODEV; | 37 | return -ENODEV; |