davinci: edma: use a more intuitive name for edma_info
authorSekhar Nori <nsekhar@ti.com>
Tue, 4 May 2010 08:41:35 +0000 (14:11 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 6 May 2010 22:55:38 +0000 (15:55 -0700)
'edma_info' structure inside the edma driver represents
a single instance of edma channel controller. Call it
'edma_cc' instead. This also avoids readers confusing
it with an instance of edma_soc_info structre which
carries the platform data for a single channel controller
instance.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>

No differences found