diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-06-19 11:26:35 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-06 19:52:15 -0400 |
commit | 2d57f248c7ffee5eb2f86a4a6901293fc0e646a9 (patch) | |
tree | 735cbf81e81a21bbc9522c668621741be5bee5dd /arch/arm/mach-clps711x/board-p720t.c | |
parent | dd99eef5f6472e30b6e13f6f4622f58e94d46809 (diff) |
ARM: clps711x: Switch CLPS711X subarch to use cpuidle driver
This patch removes old support for cpuidle and switches all current
users to use new cpuidle driver.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/board-p720t.c')
-rw-r--r-- | arch/arm/mach-clps711x/board-p720t.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/board-p720t.c b/arch/arm/mach-clps711x/board-p720t.c index 0cf0e51e6546..b9937676b6be 100644 --- a/arch/arm/mach-clps711x/board-p720t.c +++ b/arch/arm/mach-clps711x/board-p720t.c | |||
@@ -365,7 +365,6 @@ MACHINE_START(P720T, "ARM-Prospector720T") | |||
365 | .atag_offset = 0x100, | 365 | .atag_offset = 0x100, |
366 | .fixup = fixup_p720t, | 366 | .fixup = fixup_p720t, |
367 | .map_io = clps711x_map_io, | 367 | .map_io = clps711x_map_io, |
368 | .init_early = clps711x_init_early, | ||
369 | .init_irq = clps711x_init_irq, | 368 | .init_irq = clps711x_init_irq, |
370 | .init_time = clps711x_timer_init, | 369 | .init_time = clps711x_timer_init, |
371 | .init_machine = p720t_init, | 370 | .init_machine = p720t_init, |