Commit cb78adbc authored by Anton Blanchard's avatar Anton Blanchard

[PATCH] fix build with IDE disabled

More fall-out from the -ac merge.
parent b14359c4
...@@ -1715,7 +1715,7 @@ static inline int __ide_dma_queued_off(ide_drive_t *drive) ...@@ -1715,7 +1715,7 @@ static inline int __ide_dma_queued_off(ide_drive_t *drive)
#endif #endif
#else #else
static inline void ide_release_dma(ide_hwif_t *) {;} static inline void ide_release_dma(ide_hwif_t *drive) {;}
#endif #endif
extern void hwif_unregister(ide_hwif_t *); extern void hwif_unregister(ide_hwif_t *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment