]> Pileus Git - ~andy/linux/commit
serial: amba-pl011: fix !CONFIG_DMA_ENGINE case
authorArnd Bergmann <arnd@arndb.de>
Sat, 20 Apr 2013 07:40:33 +0000 (09:40 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 20 Apr 2013 07:40:33 +0000 (09:40 +0200)
commitaabdd2901ad0bfaeaf108eb29183cbb270dba3bf
tree795215dc9982da966809d37e1f9a73d5cb7887ed
parentf54ae513d3d39b60bcc2ef446f1219f501d859bf
serial: amba-pl011: fix !CONFIG_DMA_ENGINE case

I changed the prototype of the function earlier but only
in the section for CONFIG_DMA_ENGINE, not the alternative.
This makes the driver build again, e.g. for vexpress_defconfig.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/tty/serial/amba-pl011.c