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

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2011-07-26 10:56:19 +01:00
parent 1bc857f700
commit 60e8972dc7
6 changed files with 6 additions and 6 deletions

View File

@ -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 */