diff --git a/include/linux/shdma-base.h b/include/linux/shdma-base.h index dd0ba502ccb3a0ea93e9225e98b7d5b847de6ac8..d927647e6350324fc9eb7f76a2180fd23aefd4a1 100644 --- a/include/linux/shdma-base.h +++ b/include/linux/shdma-base.h @@ -128,7 +128,10 @@ void shdma_cleanup(struct shdma_dev *sdev); #if IS_ENABLED(CONFIG_SH_DMAE_BASE) bool shdma_chan_filter(struct dma_chan *chan, void *arg); #else -#define shdma_chan_filter NULL +static inline bool shdma_chan_filter(struct dma_chan *chan, void *arg) +{ + return false; +} #endif #endif