diff options
| author | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-16 16:06:41 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-16 16:06:41 -0800 |
| commit | d90349aa5797f47f612024b460f63a7a3ea9c095 (patch) | |
| tree | 87429983fb162e299a91094d2ebdf9cb8cd87197 /include/linux | |
| parent | f9bf472da52aea98f78078d337176a70032e1359 (diff) | |
| parent | a16a7cd862ef57607d63f8aef013d7465f7d7b6c (diff) | |
Merge bk://kernel.bkbits.net/davem/sparc-2.6
into home.osdl.org:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 92c7daf0a896..f7c97c9b0b8f 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1626,6 +1626,9 @@ extern ide_startstop_t __ide_dma_queued_read(ide_drive_t *drive); extern ide_startstop_t __ide_dma_queued_write(ide_drive_t *drive); extern ide_startstop_t __ide_dma_queued_start(ide_drive_t *drive); #endif + +#else +static inline int __ide_dma_off(ide_drive_t *drive) { return 0; } #endif /* CONFIG_BLK_DEV_IDEDMA */ #ifndef CONFIG_BLK_DEV_IDEDMA_PCI |
