Commit 2a4625eb authored by Tony Lindgren's avatar Tony Lindgren

Sync gpio changes from mainline

This is to be in sync with Russell's commit 7c7095aa.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8754ead3
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <linux/sysdev.h> #include <linux/sysdev.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/io.h>
#include <mach/hardware.h> #include <mach/hardware.h>
#include <asm/irq.h> #include <asm/irq.h>
...@@ -24,8 +25,6 @@ ...@@ -24,8 +25,6 @@
#include <mach/gpio.h> #include <mach/gpio.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/io.h>
/* /*
* OMAP1510 GPIO registers * OMAP1510 GPIO registers
*/ */
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
#ifndef __ASM_ARCH_OMAP_GPIO_H #ifndef __ASM_ARCH_OMAP_GPIO_H
#define __ASM_ARCH_OMAP_GPIO_H #define __ASM_ARCH_OMAP_GPIO_H
#include <linux/io.h>
#include <mach/irqs.h> #include <mach/irqs.h>
#include <asm/io.h>
#define OMAP_MPUIO_BASE 0xfffb5000 #define OMAP_MPUIO_BASE 0xfffb5000
......
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