From cb78adbcc085f3b6899bf8da02cf058b51b5230a Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Mon, 25 Nov 2002 05:47:00 -0800 Subject: [PATCH] [PATCH] fix build with IDE disabled More fall-out from the -ac merge. --- include/linux/ide.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- 2.39.5