diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index cca6cfb299bc..545a67f1f6b5 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 | ||
35 | typedef 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 | ||
1162 | ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8); | 1160 | ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8); |
1163 | 1161 | ||
1164 | ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); | 1162 | ide_startstop_t ide_error(ide_drive_t *, const char *, u8); |
1165 | 1163 | ||
1166 | void ide_fix_driveid(u16 *); | 1164 | void ide_fix_driveid(u16 *); |
1167 | 1165 | ||