Skip to content

Commit

Permalink
ARM: mach-shmobile: Fix up clkdev fallout for SH73A0.
Browse files Browse the repository at this point in the history
Use the new linux/clkdev.h to get it building again.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 7, 2011
1 parent 04a186b commit 6ef9f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/clock-sh73a0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ef9f6f

Please sign in to comment.