ARM: 6432/1: move timer-sp.c from versatile to common
From: Rob Herring <rob.herring@smooth-stone.com> The timer-sp h/w used on versatile platforms can also be used for other platforms, so move it to a common location. Signed-off-by: Rob Herring <rob.herring@smooth-stone.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Родитель
ff8b16d7e1
Коммит
8a9618f5df
|
@ -17,3 +17,4 @@ obj-$(CONFIG_ARCH_IXP2000) += uengine.o
|
|||
obj-$(CONFIG_ARCH_IXP23XX) += uengine.o
|
||||
obj-$(CONFIG_PCI_HOST_ITE8152) += it8152.o
|
||||
obj-$(CONFIG_COMMON_CLKDEV) += clkdev.o
|
||||
obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* linux/arch/arm/plat-versatile/timer-sp.c
|
||||
* linux/arch/arm/common/timer-sp.c
|
||||
*
|
||||
* Copyright (C) 1999 - 2003 ARM Limited
|
||||
* Copyright (C) 2000 Deep Blue Solutions Ltd
|
||||
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include <asm/hardware/arm_timer.h>
|
||||
|
||||
#include <plat/timer-sp.h>
|
||||
|
||||
/*
|
||||
* These timers are currently always setup to be clocked at 1MHz.
|
||||
*/
|
|
@ -41,7 +41,7 @@
|
|||
#include <asm/mach/map.h>
|
||||
#include <asm/mach/time.h>
|
||||
|
||||
#include <plat/timer-sp.h>
|
||||
#include <asm/hardware/timer-sp.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include <mach/clkdev.h>
|
||||
#include <mach/platform.h>
|
||||
#include <mach/irqs.h>
|
||||
#include <plat/timer-sp.h>
|
||||
#include <asm/hardware/timer-sp.h>
|
||||
|
||||
#include "core.h"
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include <mach/clkdev.h>
|
||||
#include <mach/hardware.h>
|
||||
#include <mach/platform.h>
|
||||
#include <plat/timer-sp.h>
|
||||
#include <asm/hardware/timer-sp.h>
|
||||
|
||||
#include "core.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <mach/clkdev.h>
|
||||
#include <mach/ct-ca9x4.h>
|
||||
|
||||
#include <plat/timer-sp.h>
|
||||
#include <asm/hardware/timer-sp.h>
|
||||
|
||||
#include <asm/mach/arch.h>
|
||||
#include <asm/mach/map.h>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <mach/clkdev.h>
|
||||
#include <mach/motherboard.h>
|
||||
|
||||
#include <plat/timer-sp.h>
|
||||
#include <asm/hardware/timer-sp.h>
|
||||
|
||||
#include "core.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
obj-y := clock.o
|
||||
obj-$(CONFIG_ARM_TIMER_SP804) += timer-sp.o
|
||||
obj-$(CONFIG_ARCH_REALVIEW) += sched-clock.o
|
||||
obj-$(CONFIG_ARCH_VERSATILE) += sched-clock.o
|
||||
ifeq ($(CONFIG_LEDS_CLASS),y)
|
||||
|
|
Загрузка…
Ссылка в новой задаче