diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-15 15:21:46 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-15 15:21:46 -0400 |
commit | 30e5ee4d1a651a0c66e86c6612c003034bd20ba2 (patch) | |
tree | 5845b35a16b81f263c18708d45398cc695ac21ed /include | |
parent | 681a561b7ec7fdcd8f35b68e44ac6d6c70aecc04 (diff) |
ide: remove obsoleted "idebus=" kernel parameter
* Remove obsoleted "idebus=" kernel parameter.
* Remove no longer needed ide_system_bus_speed() and system_bus_clock()
(together with idebus_parameter and system_bus_speed variables).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 3261c6691759..dad535659249 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -994,8 +994,6 @@ int ide_taskfile_ioctl(ide_drive_t *, unsigned int, unsigned long); | |||
994 | int ide_cmd_ioctl(ide_drive_t *, unsigned int, unsigned long); | 994 | int ide_cmd_ioctl(ide_drive_t *, unsigned int, unsigned long); |
995 | int ide_task_ioctl(ide_drive_t *, unsigned int, unsigned long); | 995 | int ide_task_ioctl(ide_drive_t *, unsigned int, unsigned long); |
996 | 996 | ||
997 | extern int system_bus_clock(void); | ||
998 | |||
999 | extern int ide_driveid_update(ide_drive_t *); | 997 | extern int ide_driveid_update(ide_drive_t *); |
1000 | extern int ide_config_drive_speed(ide_drive_t *, u8); | 998 | extern int ide_config_drive_speed(ide_drive_t *, u8); |
1001 | extern u8 eighty_ninty_three (ide_drive_t *); | 999 | extern u8 eighty_ninty_three (ide_drive_t *); |