Commit 60e8972d authored by Russell King's avatar Russell King

ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 1bc857f7
......@@ -30,7 +30,7 @@
#include <mach/at91sam9_smc.h>
#include <mach/board.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#define DRV_NAME "pata_at91"
#define DRV_VERSION "0.3"
......
......@@ -28,7 +28,7 @@
#include <linux/platform_device.h>
#include <mach/board.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/at91sam9_smc.h>
#define DRV_NAME "at91_ide"
......
......@@ -35,7 +35,7 @@
#include <asm/mach-types.h>
#include <mach/at91rm9200_emac.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/board.h>
#include "at91_ether.h"
......
......@@ -22,7 +22,7 @@
#include <asm/io.h>
#include <mach/board.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/cpu.h>
/* SPI register offsets */
......
......@@ -46,7 +46,7 @@
#ifdef CONFIG_ARM
#include <mach/cpu.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#endif
#define PDC_BUFFER_SIZE 512
......
......@@ -21,7 +21,7 @@
#include <mach/board.h>
#include <mach/cpu.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <video/atmel_lcdc.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