ARM: omap: remove almost-const variables
authorRussell King <[email protected]>
Fri, 8 Nov 2013 14:53:35 +0000 (14:53 +0000)
committerRussell King <[email protected]>
Thu, 3 Apr 2014 23:31:43 +0000 (00:31 +0100)
commitad0c381a8b3a15b8edfca0996729ea45692470ca
tree0c693b5259fc2150182999a1aa06a807ecf04263
parente38b1485fde832f72ab478f947f6e78a8e28c58b
ARM: omap: remove almost-const variables

dma_stride and dma_common_ch_start are only ever initialised to one
known value at initialisation, and are private to each of these files.
There's no point these being variables at all.

Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/mach-omap1/dma.c
arch/arm/mach-omap2/dma.c