diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2008-09-02 17:19:43 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-10-21 07:47:16 -0400 |
| commit | 1bddd9e6453ef1c7bc5b6f4ddbf7d31f4aee7a44 (patch) | |
| tree | 6e82be80cf322be4b90a17a763f4932ece700056 /include/linux | |
| parent | 74f3c8aff36ad6552ea609c8b20bfd588fa16f38 (diff) | |
[PATCH] lose the unused file argument in generic_ide_ioctl()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 89e53cfbc787..0d03e83f7194 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -1158,8 +1158,7 @@ struct ide_ioctl_devset { | |||
| 1158 | int ide_setting_ioctl(ide_drive_t *, struct block_device *, unsigned int, | 1158 | int ide_setting_ioctl(ide_drive_t *, struct block_device *, unsigned int, |
| 1159 | unsigned long, const struct ide_ioctl_devset *); | 1159 | unsigned long, const struct ide_ioctl_devset *); |
| 1160 | 1160 | ||
| 1161 | int generic_ide_ioctl(ide_drive_t *, struct file *, struct block_device *, | 1161 | int generic_ide_ioctl(ide_drive_t *, struct block_device *, unsigned, unsigned long); |
| 1162 | unsigned, unsigned long); | ||
| 1163 | 1162 | ||
| 1164 | extern int ide_vlb_clk; | 1163 | extern int ide_vlb_clk; |
| 1165 | extern int ide_pci_clk; | 1164 | extern int ide_pci_clk; |
