Skip to content

Commit

Permalink
ARM: 7135/1: ep93xx: bring back missing <mach/gpio.h>
Browse files Browse the repository at this point in the history
Change bd5f12a (ARM: 7042/3: mach-ep93xx: break out GPIO driver specifics)
accidentally removed the ep93xx <mach/gpio.h> 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 <[email protected]>
Acked-by: H Hartley Sweeten <[email protected]>
Cc: Ryan Mallon <[email protected]>
Signed-off-by: Mika Westerberg <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
Mika Westerberg authored and Russell King committed Oct 17, 2011
1 parent f55be1b commit 374e759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-ep93xx/include/mach/gpio.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty */

0 comments on commit 374e759

Please sign in to comment.