aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRabin Vincent <[email protected]>2011-01-25 11:18:04 +0100
committerDan Williams <[email protected]>2011-01-30 22:27:15 -0800
commitcb9ab2d8e4661c811d5e9a8e687b6f736690c90e (patch)
tree43136d79f341b4799ae5568a9652483addd61796
parent1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 (diff)
dma40: make init function static
Acked-by: Per Forlin <[email protected]> Acked-by: Jonas Aaberg <[email protected]> Signed-off-by: Rabin Vincent <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Dan Williams <[email protected]>
-rw-r--r--drivers/dma/ste_dma40.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c
index 6e1d46a65d0e..52013ed4b442 100644
--- a/drivers/dma/ste_dma40.c
+++ b/drivers/dma/ste_dma40.c
@@ -3060,7 +3060,7 @@ static struct platform_driver d40_driver = {
},
};
-int __init stedma40_init(void)
+static int __init stedma40_init(void)
{
return platform_driver_probe(&d40_driver, d40_probe);
}