]> Git Repo - linux.git/commitdiff
ARM: mvebu: Staticize mvebu_cpu_reset_init
authorSachin Kamat <[email protected]>
Tue, 24 Jun 2014 11:43:51 +0000 (17:13 +0530)
committerJason Cooper <[email protected]>
Mon, 30 Jun 2014 17:41:04 +0000 (17:41 +0000)
'mvebu_cpu_reset_init' is local to this file.

Signed-off-by: Sachin Kamat <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Sachin Kamat <[email protected]>
Acked-by: Thomas Petazzoni <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Gregory Clement <[email protected]>
Cc: Sebastian Hesselbarth <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
arch/arm/mach-mvebu/cpu-reset.c

index 4a8f9eebebead591f9c13970d818e2283dd07642..60fb537870047d2850e8681a57e92f3e4a399460 100644 (file)
@@ -67,7 +67,7 @@ static int mvebu_cpu_reset_map(struct device_node *np, int res_idx)
        return 0;
 }
 
-int __init mvebu_cpu_reset_init(void)
+static int __init mvebu_cpu_reset_init(void)
 {
        struct device_node *np;
        int res_idx;
This page took 0.071907 seconds and 4 git commands to generate.