Skip to content

Commit

Permalink
dma: ste_dma40: Remove duplicate const
Browse files Browse the repository at this point in the history
'const' was added twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Sachin Kamat authored and Vinod Koul committed Sep 2, 2013
1 parent 06f8db4 commit cbbe13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/ste_dma40.c
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@ static int __init d40_of_probe(struct platform_device *pdev,
{
struct stedma40_platform_data *pdata;
int num_phy = 0, num_memcpy = 0, num_disabled = 0;
const const __be32 *list;
const __be32 *list;

pdata = devm_kzalloc(&pdev->dev,
sizeof(struct stedma40_platform_data),
Expand Down

0 comments on commit cbbe13e

Please sign in to comment.