aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-26 16:25:19 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-26 16:25:19 -0400
commit5add22241752a3c689bea2a9d0e71c2a5909ed8a (patch)
tree65292ecc97c4fab189bd552a849a15925a96c183 /include/linux/ide.h
parent0d1bad216c43bcee84cc24d1ed003c19134d2645 (diff)
ide: remove ide_hwif_request_regions()
Remove no longer used ide_hwif_request_regions() and hwif_request_region(). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 4204d1f35ece..d3d64116957b 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1202,7 +1202,6 @@ static inline void ide_acpi_set_state(ide_hwif_t *hwif, int on) {}
1202#endif 1202#endif
1203 1203
1204void ide_remove_port_from_hwgroup(ide_hwif_t *); 1204void ide_remove_port_from_hwgroup(ide_hwif_t *);
1205extern int ide_hwif_request_regions(ide_hwif_t *hwif);
1206void ide_unregister(unsigned int); 1205void ide_unregister(unsigned int);
1207 1206
1208void ide_register_region(struct gendisk *); 1207void ide_register_region(struct gendisk *);