# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.628 -> 1.629 # include/linux/ide.h 1.90 -> 1.91 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/07/10 axboe@burns.home.kernel.dk 1.629 # Fix 2.5 IDE compilation problem with ide_fix_driveid() # -------------------------------------------- # diff -Nru a/include/linux/ide.h b/include/linux/ide.h --- a/include/linux/ide.h Wed Jul 10 12:51:08 2002 +++ b/include/linux/ide.h Wed Jul 10 12:51:08 2002 @@ -683,7 +683,6 @@ extern ide_startstop_t ata_special_intr(struct ata_device *, struct request *); extern int ide_raw_taskfile(struct ata_device *, struct ata_taskfile *); -extern void ide_fix_driveid(struct hd_driveid *id); extern int ide_config_drive_speed(struct ata_device *, byte); extern byte eighty_ninty_three(struct ata_device *);