ARM: gpio: pxa: 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 11:01:15 +01:00
Родитель e6b750d4ba
Коммит 50ac01fbd2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@
#include <asm/mach-types.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/vpac270.h>
#include "soc_common.h"