]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-iop13xx/adma.h
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-iop13xx / adma.h
index efd9a5eb10081275859eb5605e78611f149572da..90d14ee564f567c2515dbced773eebda2d494063 100644 (file)
@@ -454,11 +454,6 @@ static inline void iop_chan_append(struct iop_adma_chan *chan)
        __raw_writel(adma_accr, ADMA_ACCR(chan));
 }
 
-static inline void iop_chan_idle(int busy, struct iop_adma_chan *chan)
-{
-       do { } while (0);
-}
-
 static inline u32 iop_chan_get_status(struct iop_adma_chan *chan)
 {
        return __raw_readl(ADMA_ACSR(chan));