diff options
Diffstat (limited to 'drivers/ide/ide-floppy.h')
-rw-r--r-- | drivers/ide/ide-floppy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/ide-floppy.h b/drivers/ide/ide-floppy.h index 00ad5f992dc0..914e4b2f855d 100644 --- a/drivers/ide/ide-floppy.h +++ b/drivers/ide/ide-floppy.h | |||
@@ -50,7 +50,6 @@ void ide_floppy_create_mode_sense_cmd(struct ide_atapi_pc *, u8); | |||
50 | void ide_floppy_create_read_capacity_cmd(struct ide_atapi_pc *); | 50 | void ide_floppy_create_read_capacity_cmd(struct ide_atapi_pc *); |
51 | 51 | ||
52 | /* ide-floppy_ioctl.c */ | 52 | /* ide-floppy_ioctl.c */ |
53 | int ide_floppy_format_ioctl(ide_drive_t *, struct file *, unsigned int, | 53 | int ide_floppy_ioctl(struct inode *, struct file *, unsigned, unsigned long); |
54 | void __user *); | ||
55 | 54 | ||
56 | #endif /*__IDE_FLOPPY_H */ | 55 | #endif /*__IDE_FLOPPY_H */ |