diff options
| -rw-r--r-- | drivers/ide/ide-probe.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index aaefd70dbff6..6d11f180bd1f 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
| @@ -110,8 +110,8 @@ static void ide_disk_init_mult_count(ide_drive_t *drive) | |||
| 110 | * read and parse the results. This function is run with | 110 | * read and parse the results. This function is run with |
| 111 | * interrupts disabled. | 111 | * interrupts disabled. |
| 112 | */ | 112 | */ |
| 113 | 113 | ||
| 114 | static inline void do_identify (ide_drive_t *drive, u8 cmd) | 114 | static void do_identify(ide_drive_t *drive, u8 cmd) |
| 115 | { | 115 | { |
| 116 | ide_hwif_t *hwif = HWIF(drive); | 116 | ide_hwif_t *hwif = HWIF(drive); |
| 117 | u16 *id = drive->id; | 117 | u16 *id = drive->id; |
| @@ -554,8 +554,8 @@ static void enable_nest (ide_drive_t *drive) | |||
| 554 | * 1 device was found | 554 | * 1 device was found |
| 555 | * (note: IDE_DFLAG_PRESENT might still be not set) | 555 | * (note: IDE_DFLAG_PRESENT might still be not set) |
| 556 | */ | 556 | */ |
| 557 | 557 | ||
| 558 | static inline u8 probe_for_drive (ide_drive_t *drive) | 558 | static u8 probe_for_drive(ide_drive_t *drive) |
| 559 | { | 559 | { |
| 560 | char *m; | 560 | char *m; |
| 561 | 561 | ||
