On Mon, Sep 17, 2012 at 1:09 PM, Andy Shevchenko <[email protected]> wrote: > Signed-off-by: Andy Shevchenko <[email protected]> > --- > drivers/dma/dw_dmac.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/dma/dw_dmac.c b/drivers/dma/dw_dmac.c > index 832538c..75ab5af 100644 > --- a/drivers/dma/dw_dmac.c > +++ b/drivers/dma/dw_dmac.c > @@ -208,7 +208,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",
Acked-by: Viresh Kumar <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

