diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 67f83c60845f..478ddf7e21d5 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1191,7 +1191,7 @@ static inline void ide_acpi_set_state(ide_hwif_t *hwif, int on) {} | |||
1191 | void ide_remove_port_from_hwgroup(ide_hwif_t *); | 1191 | void ide_remove_port_from_hwgroup(ide_hwif_t *); |
1192 | extern int ide_hwif_request_regions(ide_hwif_t *hwif); | 1192 | extern int ide_hwif_request_regions(ide_hwif_t *hwif); |
1193 | extern void ide_hwif_release_regions(ide_hwif_t* hwif); | 1193 | extern void ide_hwif_release_regions(ide_hwif_t* hwif); |
1194 | void ide_unregister(unsigned int, int, int); | 1194 | void ide_unregister(unsigned int); |
1195 | 1195 | ||
1196 | void ide_register_region(struct gendisk *); | 1196 | void ide_register_region(struct gendisk *); |
1197 | void ide_unregister_region(struct gendisk *); | 1197 | void ide_unregister_region(struct gendisk *); |