9
0
Fork 0
barebox/arch
Antony Pavlov bfdc69adaf ARM: versatile: drop redundant <mach/gpio.h>
The arch/arm/include/asm/gpio.h header file contains

  #ifndef CONFIG_GPIOLIB
  #include <mach/gpio.h>
  #else
  #include <asm-generic/gpio.h>
  #endif

We use CONFIG_GPIOLIB=y for the only mach-versatile
Versatile/PB board so there is no need of <mach/gpio.h>.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-06-23 08:45:55 +02:00
..
arm ARM: versatile: drop redundant <mach/gpio.h> 2014-06-23 08:45:55 +02:00
blackfin commands: NET_DHCP -> CMD_DHCP 2014-05-14 10:03:49 +02:00
mips mips: Fix dtb build rules 2014-06-11 08:48:39 +02:00
nios2 treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
openrisc treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
ppc treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
sandbox commands: NET_DHCP -> CMD_DHCP 2014-05-14 10:03:49 +02:00
x86 x86: ns16550: Rework driver to allow for x86 I/O space 2014-04-09 19:31:42 +02:00
architecture.dox MIPS: add documentation 2011-08-05 18:20:17 +02:00