Skip to content

Commit 973d248

Browse files
author
Bartosz Golaszewski
committed
ARM: davinci: remove unused cpuidle code
The cpuidle driver in mach-davinci is no longer used by anyone. Remove it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 8205d5c commit 973d248

File tree

4 files changed

+0
-116
lines changed

4 files changed

+0
-116
lines changed

arch/arm/mach-davinci/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ obj-$(CONFIG_ARCH_DAVINCI_DA850) += da850.o pdata-quirks.o
1616
obj-y += da8xx-dt.o
1717

1818
# Power Management
19-
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
2019
obj-$(CONFIG_HAVE_CLK) += pm_domain.o
2120
ifeq ($(CONFIG_SUSPEND),y)
2221
obj-$(CONFIG_ARCH_DAVINCI_DA850) += pm.o sleep.o

arch/arm/mach-davinci/cpuidle.c

Lines changed: 0 additions & 99 deletions
This file was deleted.

arch/arm/mach-davinci/cpuidle.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

arch/arm/mach-davinci/devices-da8xx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "common.h"
2222
#include "cputype.h"
2323
#include "da8xx.h"
24-
#include "cpuidle.h"
2524
#include "irqs.h"
2625
#include "sram.h"
2726

0 commit comments

Comments
 (0)