From 374e759db148d1e874e3afb76707082af67e0984 Mon Sep 17 00:00:00 2001 From: Mika Westerberg Date: Mon, 17 Oct 2011 18:30:32 +0100 Subject: ARM: 7135/1: ep93xx: bring back missing Change bd5f12a2476 (ARM: 7042/3: mach-ep93xx: break out GPIO driver specifics) accidentally removed the ep93xx instead of making it an empty file. This causes compilation to fail: In file included from include/linux/gpio.h:18:0, from drivers/gpio/gpiolib.c:10: linux/arch/arm/include/asm/gpio.h:5:23: fatal error: mach/gpio.h: No such file or directory compilation terminated. make[2]: *** [drivers/gpio/gpiolib.o] Error 1 Fix this by adding the file back. Acked-by: Linus Walleij Acked-by: H Hartley Sweeten Cc: Ryan Mallon Signed-off-by: Mika Westerberg Signed-off-by: Russell King --- arch/arm/mach-ep93xx/include/mach/gpio.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/arm/mach-ep93xx/include/mach/gpio.h (limited to 'arch/arm') diff --git a/arch/arm/mach-ep93xx/include/mach/gpio.h b/arch/arm/mach-ep93xx/include/mach/gpio.h new file mode 100644 index 000000000000..40a8c178f10d --- /dev/null +++ b/arch/arm/mach-ep93xx/include/mach/gpio.h @@ -0,0 +1 @@ +/* empty */ -- cgit v1.2.3