diff options
Diffstat (limited to 'drivers/block/floppy.c')
-rw-r--r-- | drivers/block/floppy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index cf64ddf5d839..2cea27aba9a0 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
@@ -4172,7 +4172,7 @@ static int __init floppy_init(void) | |||
4172 | int i, unit, drive; | 4172 | int i, unit, drive; |
4173 | int err, dr; | 4173 | int err, dr; |
4174 | 4174 | ||
4175 | #if defined(CONFIG_PPC_MERGE) | 4175 | #if defined(CONFIG_PPC) |
4176 | if (check_legacy_ioport(FDC1)) | 4176 | if (check_legacy_ioport(FDC1)) |
4177 | return -ENODEV; | 4177 | return -ENODEV; |
4178 | #endif | 4178 | #endif |