diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:17 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:17 -0400 |
commit | d083c03f2524af699a6b85cf4d2f8090242b1b84 (patch) | |
tree | 08ed1e637a96111f9f1e4ef48098a8c939561edd /include | |
parent | eb716beb0aeb4b14489a64c51c63e6a4be2e13a0 (diff) |
ide: remove ide_hwif_release_regions()
All host drivers using ide_unregister()/module_exit() have been fixed
to manage resources themselves so this function can be removed now.
There should be no functional changes caused by this patch.
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 db9a70e25377..a2d7800a4d30 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1203,7 +1203,6 @@ static inline void ide_acpi_set_state(ide_hwif_t *hwif, int on) {} | |||
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); | 1205 | extern int ide_hwif_request_regions(ide_hwif_t *hwif); |
1206 | extern void ide_hwif_release_regions(ide_hwif_t* hwif); | ||
1207 | void ide_unregister(unsigned int); | 1206 | void ide_unregister(unsigned int); |
1208 | 1207 | ||
1209 | void ide_register_region(struct gendisk *); | 1208 | void ide_register_region(struct gendisk *); |