summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock.c
diff options
context:
space:
mode:
authorRussell King2008-09-06 13:13:59 +0200
committerRussell King2008-09-06 13:13:59 +0200
commitfbd3bdb213e91e9e698959caae1f3b4ead515602 (patch)
tree5f0b1c4d3e43c7faaeb97155b34f17a77445a9f1 /arch/arm/mach-omap2/clock.c
parent[ARM] Convert asm/delay.h to linux/delay.h (diff)
downloadkernel-qcow2-linux-fbd3bdb213e91e9e698959caae1f3b4ead515602.tar.gz
kernel-qcow2-linux-fbd3bdb213e91e9e698959caae1f3b4ead515602.tar.xz
kernel-qcow2-linux-fbd3bdb213e91e9e698959caae1f3b4ead515602.zip
[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/clock.c')
-rw-r--r--arch/arm/mach-omap2/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c
index 81169fb9d139..97cde3d3611d 100644
--- a/arch/arm/mach-omap2/clock.c
+++ b/arch/arm/mach-omap2/clock.c
@@ -22,7 +22,7 @@
#include <linux/delay.h>
#include <linux/clk.h>
#include <linux/io.h>
-#include <asm/bitops.h>
+#include <linux/bitops.h>
#include <mach/clock.h>
#include <mach/sram.h>