diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-01 10:35:50 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-24 05:37:30 -0400 |
| commit | a1be5d649699e0eecfe5fc65130954435543cda4 (patch) | |
| tree | 6a31c20d91e1b20958ba6b3951a9d8862c8827ac | |
| parent | d65b4e98d7ea3038b767b70fe8be959b2913f16d (diff) | |
ARM: riscpc: move time-acorn.c to mach-rpc
Nothing but RiscPC makes use of the Acorn timekeeping code, so move
it into mach-rpc.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/Kconfig | 1 | ||||
| -rw-r--r-- | arch/arm/common/Kconfig | 3 | ||||
| -rw-r--r-- | arch/arm/common/Makefile | 1 | ||||
| -rw-r--r-- | arch/arm/mach-rpc/Makefile | 2 | ||||
| -rw-r--r-- | arch/arm/mach-rpc/time.c (renamed from arch/arm/common/time-acorn.c) | 0 |
5 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a48aecc17eac..4b15d91fb81a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
| @@ -731,7 +731,6 @@ config ARCH_RPC | |||
| 731 | bool "RiscPC" | 731 | bool "RiscPC" |
| 732 | select ARCH_ACORN | 732 | select ARCH_ACORN |
| 733 | select FIQ | 733 | select FIQ |
| 734 | select TIMER_ACORN | ||
| 735 | select ARCH_MAY_HAVE_PC_FDC | 734 | select ARCH_MAY_HAVE_PC_FDC |
| 736 | select HAVE_PATA_PLATFORM | 735 | select HAVE_PATA_PLATFORM |
| 737 | select ISA_DMA_API | 736 | select ISA_DMA_API |
diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig index 81a933eb0903..3bb1d7589bd9 100644 --- a/arch/arm/common/Kconfig +++ b/arch/arm/common/Kconfig | |||
| @@ -35,9 +35,6 @@ config DMABOUNCE | |||
| 35 | bool | 35 | bool |
| 36 | select ZONE_DMA | 36 | select ZONE_DMA |
| 37 | 37 | ||
| 38 | config TIMER_ACORN | ||
| 39 | bool | ||
| 40 | |||
| 41 | config SHARP_LOCOMO | 38 | config SHARP_LOCOMO |
| 42 | bool | 39 | bool |
| 43 | 40 | ||
diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile index 6ea9b6f3607a..69feafe7286c 100644 --- a/arch/arm/common/Makefile +++ b/arch/arm/common/Makefile | |||
| @@ -9,7 +9,6 @@ obj-$(CONFIG_PL330) += pl330.o | |||
| 9 | obj-$(CONFIG_SA1111) += sa1111.o | 9 | obj-$(CONFIG_SA1111) += sa1111.o |
| 10 | obj-$(CONFIG_PCI_HOST_VIA82C505) += via82c505.o | 10 | obj-$(CONFIG_PCI_HOST_VIA82C505) += via82c505.o |
| 11 | obj-$(CONFIG_DMABOUNCE) += dmabounce.o | 11 | obj-$(CONFIG_DMABOUNCE) += dmabounce.o |
| 12 | obj-$(CONFIG_TIMER_ACORN) += time-acorn.o | ||
| 13 | obj-$(CONFIG_SHARP_LOCOMO) += locomo.o | 12 | obj-$(CONFIG_SHARP_LOCOMO) += locomo.o |
| 14 | obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o | 13 | obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o |
| 15 | obj-$(CONFIG_SHARP_SCOOP) += scoop.o | 14 | obj-$(CONFIG_SHARP_SCOOP) += scoop.o |
diff --git a/arch/arm/mach-rpc/Makefile b/arch/arm/mach-rpc/Makefile index aa77bc9efbbb..69f2c0656966 100644 --- a/arch/arm/mach-rpc/Makefile +++ b/arch/arm/mach-rpc/Makefile | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | # Object file lists. | 5 | # Object file lists. |
| 6 | 6 | ||
| 7 | obj-y := dma.o irq.o riscpc.o | 7 | obj-y := dma.o irq.o riscpc.o time.o |
| 8 | obj-m := | 8 | obj-m := |
| 9 | obj-n := | 9 | obj-n := |
| 10 | obj- := | 10 | obj- := |
diff --git a/arch/arm/common/time-acorn.c b/arch/arm/mach-rpc/time.c index deeed561b168..deeed561b168 100644 --- a/arch/arm/common/time-acorn.c +++ b/arch/arm/mach-rpc/time.c | |||
