]> git.hungrycats.org Git - linux/commitdiff
[PATCH] fix build with IDE disabled
authorAnton Blanchard <anton@samba.org>
Mon, 25 Nov 2002 13:47:00 +0000 (05:47 -0800)
committerAnton Blanchard <anton@samba.org>
Mon, 25 Nov 2002 13:47:00 +0000 (05:47 -0800)
More fall-out from the -ac merge.

include/linux/ide.h

index c4fdbf756d52ec09c1bd42eda70e4001fd02318f..033e94a6d6e42b560dda64d202ab2f4a22d5045a 100644 (file)
@@ -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 *);