diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-09-06 07:13:59 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-06 07:13:59 -0400 |
commit | fbd3bdb213e91e9e698959caae1f3b4ead515602 (patch) | |
tree | 5f0b1c4d3e43c7faaeb97155b34f17a77445a9f1 /arch/arm/mach-omap2/clock24xx.c | |
parent | 8029db12ae490cb49495503adce99ce4ca3a0bdb (diff) |
[ARM] Convert asm/bitops.h to linux/bitops.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/clock24xx.c')
-rw-r--r-- | arch/arm/mach-omap2/clock24xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock24xx.c b/arch/arm/mach-omap2/clock24xx.c index 267aac20570a..d382eb0184ac 100644 --- a/arch/arm/mach-omap2/clock24xx.c +++ b/arch/arm/mach-omap2/clock24xx.c | |||
@@ -26,11 +26,11 @@ | |||
26 | #include <linux/clk.h> | 26 | #include <linux/clk.h> |
27 | #include <linux/io.h> | 27 | #include <linux/io.h> |
28 | #include <linux/cpufreq.h> | 28 | #include <linux/cpufreq.h> |
29 | #include <linux/bitops.h> | ||
29 | 30 | ||
30 | #include <mach/clock.h> | 31 | #include <mach/clock.h> |
31 | #include <mach/sram.h> | 32 | #include <mach/sram.h> |
32 | #include <asm/div64.h> | 33 | #include <asm/div64.h> |
33 | #include <asm/bitops.h> | ||
34 | 34 | ||
35 | #include "memory.h" | 35 | #include "memory.h" |
36 | #include "clock.h" | 36 | #include "clock.h" |