aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcmring/arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcmring/arch.c')
-rw-r--r--arch/arm/mach-bcmring/arch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcmring/arch.c b/arch/arm/mach-bcmring/arch.c
index f3c11199707a..fbe6fa02c882 100644
--- a/arch/arm/mach-bcmring/arch.c
+++ b/arch/arm/mach-bcmring/arch.c
@@ -58,7 +58,7 @@ static struct ctl_table bcmring_sysctl_warm_reboot[] = {
58 .data = &bcmring_arch_warm_reboot, 58 .data = &bcmring_arch_warm_reboot,
59 .maxlen = sizeof(int), 59 .maxlen = sizeof(int),
60 .mode = 0644, 60 .mode = 0644,
61 .proc_handler = &proc_dointvec}, 61 .proc_handler = proc_dointvec},
62 {} 62 {}
63}; 63};
64 64