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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index f7fe8b1fe681..8ae0480af008 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1208,7 +1208,7 @@ static inline void ide_acpi_set_state(ide_hwif_t *hwif, int on) {}
1208void ide_remove_port_from_hwgroup(ide_hwif_t *); 1208void ide_remove_port_from_hwgroup(ide_hwif_t *);
1209extern int ide_hwif_request_regions(ide_hwif_t *hwif); 1209extern int ide_hwif_request_regions(ide_hwif_t *hwif);
1210extern void ide_hwif_release_regions(ide_hwif_t* hwif); 1210extern void ide_hwif_release_regions(ide_hwif_t* hwif);
1211extern void ide_unregister (unsigned int index); 1211void ide_unregister(unsigned int, int, int);
1212 1212
1213void ide_register_region(struct gendisk *); 1213void ide_register_region(struct gendisk *);
1214void ide_unregister_region(struct gendisk *); 1214void ide_unregister_region(struct gendisk *);