commit | fa020e7d046436cb6642b23dc95012a3064d77e2 | [log] [tgz] |
---|---|---|
author | Russell King - ARM Linux <linux@arm.linux.org.uk> | Thu Jul 21 17:13:07 2011 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Jul 26 15:33:28 2011 +0530 |
tree | 64ba4ee3027ac48ac80b0671905cd116bd261881 | |
parent | f14c426c723634d223344ad820997d92a3e355b6 [diff] |
DMA: PL08x: constify plchan->cd and plat->slave_channels We no longer write to the channel data structure, so we can make it const throughout the driver. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Vinod Koul <vinod.koul@intel.com>