diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2004-10-22 23:04:21 +0200 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@trik.(none)> | 2004-10-22 23:04:21 +0200 |
| commit | ae021d4bfcf77d57da773fabae8e738ed4b0321f (patch) | |
| tree | 80b5b154c4000f7937b39bfed3e0f099533dcd3e /include/linux | |
| parent | c5f35b911ed0a1e025ee0b0ce9d75d72f9f39b3f (diff) | |
[ide] kill ide_raw_build_sglist()
ide_build_sglist() can be now used for REQ_DRIVE_TASKFILE requests.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
| -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 f4bafe0cd0fb..2b97d5f6a470 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1495,7 +1495,6 @@ int __ide_dma_off(ide_drive_t *); #ifdef CONFIG_BLK_DEV_IDEDMA_PCI extern int ide_build_sglist(ide_drive_t *, struct request *); -extern int ide_raw_build_sglist(ide_drive_t *, struct request *); extern int ide_build_dmatable(ide_drive_t *, struct request *); extern void ide_destroy_dmatable(ide_drive_t *); extern ide_startstop_t ide_dma_intr(ide_drive_t *); |
