diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-07 11:49:49 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-07 11:49:49 +0900 |
commit | 6ef9f6fd8eb22f4838e9b0006d16936511e3f7f8 (patch) | |
tree | f542139369488424d74f1bc1f9d2c9812745a771 /arch | |
parent | 04a186bd2c4d3fd7efdeb91d2e92f4624be3a764 (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')
-rw-r--r-- | arch/arm/mach-shmobile/clock-sh73a0.c | 2 |
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 @@ #include <linux/kernel.h> #include <linux/io.h> #include <linux/sh_clk.h> +#include <linux/clkdev.h> #include <mach/common.h> -#include <asm/clkdev.h> #define FRQCRA 0xe6150000 #define FRQCRB 0xe6150004 |