aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index cca6cfb299b..545a67f1f6b 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -32,8 +32,6 @@
32# define SUPPORT_VLB_SYNC 1 32# define SUPPORT_VLB_SYNC 1
33#endif 33#endif
34 34
35typedef unsigned char byte; /* used everywhere */
36
37/* 35/*
38 * Probably not wise to fiddle with these 36 * Probably not wise to fiddle with these
39 */ 37 */
@@ -1161,7 +1159,7 @@ void ide_pad_transfer(ide_drive_t *, int, int);
1161 1159
1162ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8); 1160ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8);
1163 1161
1164ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); 1162ide_startstop_t ide_error(ide_drive_t *, const char *, u8);
1165 1163
1166void ide_fix_driveid(u16 *); 1164void ide_fix_driveid(u16 *);
1167 1165