diff options
Diffstat (limited to 'drivers/block')
-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 395f8ea7981c..5813e0d1a927 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
@@ -4165,7 +4165,7 @@ static int __init floppy_init(void) | |||
4165 | int i, unit, drive; | 4165 | int i, unit, drive; |
4166 | int err, dr; | 4166 | int err, dr; |
4167 | 4167 | ||
4168 | #if defined(CONFIG_PPC_MERGE) | 4168 | #if defined(CONFIG_PPC) |
4169 | if (check_legacy_ioport(FDC1)) | 4169 | if (check_legacy_ioport(FDC1)) |
4170 | return -ENODEV; | 4170 | return -ENODEV; |
4171 | #endif | 4171 | #endif |