summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2002-11-25 05:47:00 -0800
committerAnton Blanchard <anton@samba.org>2002-11-25 05:47:00 -0800
commitcb78adbcc085f3b6899bf8da02cf058b51b5230a (patch)
treea4eda004470dd294985bf3a301d93da12961d200 /include/linux
parentb14359c4391a8514dc5c04690fbe8af9c56adb99 (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.h2
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 *);