]> git.baikalelectronics.ru Git - kernel.git/commit
serial: bfin_5xx: always include DMA headers
authorSonic Zhang <sonic.zhang@analog.com>
Wed, 27 Oct 2010 08:16:47 +0000 (04:16 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 11 Nov 2010 19:06:07 +0000 (11:06 -0800)
commit7adc1f88df38c7ec445c8d8ba935ca3a5fb72181
treede2ea79d29ab2db4938fbfc6f226743db1ea804b
parent01fcf88f43633f53fed039d38d2c9a673844909d
serial: bfin_5xx: always include DMA headers

On Blackfin systems, peripherals that have optional DMA support always
route their interrupts through the corresponding DMA channel -- even
when DMA is not being used.  So in PIO mode, we still need to request
the DMA channel (so interrupts are delivered) which means we need to
always include the DMA header for the DMA defines/functions.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/bfin_5xx.c