diff options
Diffstat (limited to 'include')
| -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 *); |
