Commit 04fbf6a2 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Use linux/delay.h not asm/delay.h

Use linux/delay.h not asm/delay.h
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2f4ff764
......@@ -39,7 +39,6 @@
#include "prcm-regs.h"
#include <asm/io.h>
#include <asm/delay.h>
static unsigned int row_gpios[6] = { 88, 89, 124, 11, 6, 96 };
static unsigned int col_gpios[7] = { 90, 91, 100, 36, 12, 97, 98 };
......
......@@ -20,8 +20,8 @@
#include <linux/interrupt.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <asm/delay.h>
#include <asm/io.h>
#include <asm/irq.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment