dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Oct 2012 10:56:26 +0000 (11:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 14:58:57 +0000 (15:58 +0100)
commite39f6ec1f9c1d6a7011adf6d95d8d80bad0586b1
tree77aeb721c8fe3c252d9d9adfaadcaae8511394b0
parent2ccc469cfecee291707dd50e5842cbf206bc17d7
dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_data

mv_xor_platform_data used to be the platform_data structure associated
to the 'mv_xor' driver. This driver no longer exists, and this data
structure really contains the properties of each XOR channel part of a
given XOR engine. Therefore 'struct mv_xor_channel_data' is a more
appropriate name.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/arm/plat-orion/common.c
drivers/dma/mv_xor.c
include/linux/platform_data/dma-mv_xor.h
This page took 0.026588 seconds and 5 git commands to generate.