From: Sonic Zhang Date: Wed, 27 Oct 2010 08:16:47 +0000 (-0400) Subject: serial: bfin_5xx: always include DMA headers X-Git-Tag: v2.6.37-rc2~24^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6100992e31e61a2f252acb8df1f65c01f0b626d;p=pandora-kernel.git 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 Signed-off-by: Mike Frysinger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed