]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: ep93xx: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:57:45 +0000 (00:57 +0900)
committerVinod Koul <vinod.koul@intel.com>
Mon, 4 May 2015 11:08:55 +0000 (16:38 +0530)
commit577d2e0629c289485e1929df492ecdb613f930c2
treec4966f9f1d65e4c2324e73fc77e0d2c756e5e85c
parent4ce98c0a20befbcac7953edd05dca2180ade88d6
dmaengine: ep93xx: Constify platform_device_id

The platform_device_id is not modified by the driver and core uses it as
const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ep93xx_dma.c