diff options
author | Olof Johansson <olof@lixom.net> | 2011-12-16 14:50:01 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-16 14:50:01 -0800 |
commit | b94ee062b5b41c7fc0e44309e8546d4694e75007 (patch) | |
tree | 2ba08003be8d25a573c17a00a627b424de4bb2e4 /arch/arm/mach-w90x900/time.c | |
parent | dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50 (diff) | |
parent | 3bdc3484e8f2b1b219ad0397d81ce4601fbaf76d (diff) | |
download | op-kernel-dev-b94ee062b5b41c7fc0e44309e8546d4694e75007.zip op-kernel-dev-b94ee062b5b41c7fc0e44309e8546d4694e75007.tar.gz |
Merge branch 'depends/rmk/devel-stable' into next/boards
Diffstat (limited to 'arch/arm/mach-w90x900/time.c')
-rw-r--r-- | arch/arm/mach-w90x900/time.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-w90x900/time.c b/arch/arm/mach-w90x900/time.c index a2c4e2d..fa27c49 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) |