1
0
Fork 0

dw_dmac: mark dwc_dump_chan_regs as inline

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
hifive-unleashed-5.1
Andy Shevchenko 2012-09-21 15:05:44 +03:00 committed by Vinod Koul
parent 0274788517
commit f52b36d27b
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ static inline unsigned int dwc_fast_fls(unsigned long long v)
return 0;
}
static void dwc_dump_chan_regs(struct dw_dma_chan *dwc)
static inline void dwc_dump_chan_regs(struct dw_dma_chan *dwc)
{
dev_err(chan2dev(&dwc->chan),
" SAR: 0x%x DAR: 0x%x LLP: 0x%x CTL: 0x%x:%08x\n",