summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/devices.c
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@bitmer.com>2013-06-15 11:31:06 +0300
committerTony Lindgren <tony@atomide.com>2013-06-18 00:12:34 -0700
commitc821c4628a50da66ff9885bf7cd3df965a8464a1 (patch)
treeea44877ac1d526236fdf376a15c785964830356e /arch/arm/mach-omap1/devices.c
parentda4f9d28264913b1b8ece1f365ac0f3776389f77 (diff)
downloadop-kernel-dev-c821c4628a50da66ff9885bf7cd3df965a8464a1.zip
op-kernel-dev-c821c4628a50da66ff9885bf7cd3df965a8464a1.tar.gz
ARM: OMAP1: Remove McBSP DMA channel definitions
arch/arm/mach-omap1/mcbsp.c is only place where OMAP1 McBSP DMA channel definitions are set. We may well use numerical values there and get rid of their definitions in arch/arm/mach-omap1/dma.h. Remove dma.h include from arch/arm/mach-omap1/mcbsp.c and use following script for replacing definitions with DMA channel number: egrep '#define OMAP_DMA_MCBSP' arch/arm/mach-omap1/dma.h | cut -f 1,3 \ | while read i; do \ DEF=`echo $i |cut -d ' ' -f 2`; \ CH=`echo $i |cut -d ' ' -f 3`; \ echo "removing" $DEF; \ sed -i "s/${DEF}/${CH}/" arch/arm/mach-omap1/mcbsp.c; \ sed -i "/${DEF}/d" arch/arm/mach-omap1/dma.h; \ done Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud