From: Andy Shevchenko Date: Fri, 21 Sep 2012 12:05:44 +0000 (+0300) Subject: dw_dmac: mark dwc_dump_chan_regs as inline X-Git-Tag: v3.7-rc1~68^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f52b36d27b96cba186328f5e77b12ee39376db13;p=thirdparty%2Fkernel%2Flinux.git dw_dmac: mark dwc_dump_chan_regs as inline Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c index efbd16a296f14..e817610d97c9d 100644 --- a/drivers/dma/dw_dmac.c +++ b/drivers/dma/dw_dmac.c @@ -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",