diff options
| author | Anton Blanchard <anton@samba.org> | 2002-11-25 05:47:00 -0800 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2002-11-25 05:47:00 -0800 |
| commit | cb78adbcc085f3b6899bf8da02cf058b51b5230a (patch) | |
| tree | a4eda004470dd294985bf3a301d93da12961d200 /include/linux | |
| parent | b14359c4391a8514dc5c04690fbe8af9c56adb99 (diff) | |
[PATCH] fix build with IDE disabled
More fall-out from the -ac merge.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index c4fdbf756d52..033e94a6d6e4 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1715,7 +1715,7 @@ static inline int __ide_dma_queued_off(ide_drive_t *drive) #endif #else -static inline void ide_release_dma(ide_hwif_t *) {;} +static inline void ide_release_dma(ide_hwif_t *drive) {;} #endif extern void hwif_unregister(ide_hwif_t *); |
