aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/kernel/cpu/shmobile/cpuidle.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/shmobile/cpuidle.c b/arch/sh/kernel/cpu/shmobile/cpuidle.c
index 1ddc876d3b26..34bb5469c644 100644
--- a/arch/sh/kernel/cpu/shmobile/cpuidle.c
+++ b/arch/sh/kernel/cpu/shmobile/cpuidle.c
@@ -65,12 +65,6 @@ void sh_mobile_setup_cpuidle(void)
65 struct cpuidle_state *state; 65 struct cpuidle_state *state;
66 int i; 66 int i;
67 67
68
69 for (i = 0; i < CPUIDLE_STATE_MAX; i++) {
70 drv->states[i].name[0] = '\0';
71 drv->states[i].desc[0] = '\0';
72 }
73
74 i = CPUIDLE_DRIVER_STATE_START; 68 i = CPUIDLE_DRIVER_STATE_START;
75 69
76 state = &drv->states[i++]; 70 state = &drv->states[i++];