aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-01-06 21:49:49 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-01-06 21:49:49 -0500
commit6ef9f6fd8eb22f4838e9b0006d16936511e3f7f8 (patch)
treef542139369488424d74f1bc1f9d2c9812745a771 /arch/arm/mach-shmobile
parent04a186bd2c4d3fd7efdeb91d2e92f4624be3a764 (diff)
ARM: mach-shmobile: Fix up clkdev fallout for SH73A0.
Use the new linux/clkdev.h to get it building again. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/clock-sh73a0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c
index c196a288f222..720a71433be6 100644
--- a/arch/arm/mach-shmobile/clock-sh73a0.c
+++ b/arch/arm/mach-shmobile/clock-sh73a0.c
@@ -20,8 +20,8 @@
20#include <linux/kernel.h> 20#include <linux/kernel.h>
21#include <linux/io.h> 21#include <linux/io.h>
22#include <linux/sh_clk.h> 22#include <linux/sh_clk.h>
23#include <linux/clkdev.h>
23#include <mach/common.h> 24#include <mach/common.h>
24#include <asm/clkdev.h>
25 25
26#define FRQCRA 0xe6150000 26#define FRQCRA 0xe6150000
27#define FRQCRB 0xe6150004 27#define FRQCRB 0xe6150004