diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:19 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:19 -0400 |
commit | 5add22241752a3c689bea2a9d0e71c2a5909ed8a (patch) | |
tree | 65292ecc97c4fab189bd552a849a15925a96c183 /include | |
parent | 0d1bad216c43bcee84cc24d1ed003c19134d2645 (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')
-rw-r--r-- | include/linux/ide.h | 1 |
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 | ||
1204 | void ide_remove_port_from_hwgroup(ide_hwif_t *); | 1204 | void ide_remove_port_from_hwgroup(ide_hwif_t *); |
1205 | extern int ide_hwif_request_regions(ide_hwif_t *hwif); | ||
1206 | void ide_unregister(unsigned int); | 1205 | void ide_unregister(unsigned int); |
1207 | 1206 | ||
1208 | void ide_register_region(struct gendisk *); | 1207 | void ide_register_region(struct gendisk *); |