summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-w90x900/time.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-11-07 19:02:39 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-11-21 10:49:30 +0100
commite5bc9e257a4ef3dabc6b5573215983d663ffcd55 (patch)
tree1f4fbd86f66ef1d14141a0b0c83add286ecb6132 /arch/arm/mach-w90x900/time.c
parentARM: clps711x: consolidate irq/mm/time code into a single file (diff)
downloadlinux-e5bc9e257a4ef3dabc6b5573215983d663ffcd55.tar.xz
linux-e5bc9e257a4ef3dabc6b5573215983d663ffcd55.zip
ARM: w90x900: add common nuc9xx.h
Rather than having separate extern declarations in nuc9*.h, provide a common header file containing these definitions. Tested-by: Wan Zongshun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-w90x900/time.c')
-rw-r--r--arch/arm/mach-w90x900/time.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-w90x900/time.c b/arch/arm/mach-w90x900/time.c
index a2c4e2d0a0d4..fa27c498ac09 100644
--- a/arch/arm/mach-w90x900/time.c
+++ b/arch/arm/mach-w90x900/time.c
@@ -33,6 +33,8 @@
#include <mach/map.h>
#include <mach/regs-timer.h>
+#include "nuc9xx.h"
+
#define RESETINT 0x1f
#define PERIOD (0x01 << 27)
#define ONESHOT (0x00 << 27)