diff options
| author | Adam Belay <ambx1@neo.rr.com> | 2003-02-19 17:49:06 +0000 |
|---|---|---|
| committer | Adam Belay <ambx1@neo.rr.com> | 2003-02-19 17:49:06 +0000 |
| commit | d27d703a0b68f992d582cf4cec6444b5e1827903 (patch) | |
| tree | 7c0611b7a4071a7c99e81cd966de72f8ed77d4d6 /include/linux | |
| parent | 05140d26777aa90ec267ab2f2e714502d5bdd9b8 (diff) | |
IDE PnP Update
Updates the IDE PnP driver to the new PnP API.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 32f4e6650463..7510ad7d1aa4 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1705,6 +1705,7 @@ static inline void ide_release_dma(ide_hwif_t *drive) {;} #endif extern void hwif_unregister(ide_hwif_t *); +extern void ide_unregister (unsigned int index); extern void export_ide_init_queue(ide_drive_t *); extern u8 export_probe_for_drive(ide_drive_t *); |
