提交 478e1a14 编写于 作者: A Arnd Bergmann

Merge branch 'lpc32xx/core-fixes' of git://git.antcom.de/linux-2.6 into next/soc

From Roland Stigge <stigge@antcom.de>:

This is the pull request including the fix for the compile error caused
by lpc32xx-next and dma branches collisions in linux-next.

* 'lpc32xx/core-fixes' of git://git.antcom.de/linux-2.6:
  ARM: LPC32xx: Adjust to pl08x DMA interface changes
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
......@@ -186,13 +186,12 @@ static struct pl08x_channel_data pl08x_slave_channels[] = {
},
};
/* NOTE: These will change, according to RMK */
static int pl08x_get_signal(struct pl08x_dma_chan *ch)
static int pl08x_get_signal(const struct pl08x_channel_data *cd)
{
return ch->cd->min_signal;
return cd->min_signal;
}
static void pl08x_put_signal(struct pl08x_dma_chan *ch)
static void pl08x_put_signal(const struct pl08x_channel_data *cd, int ch)
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册