9
0
Fork 0

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>
This commit is contained in:
Antony Pavlov 2014-06-20 01:28:37 +04:00 committed by Sascha Hauer
parent 429717b48c
commit bfdc69adaf
1 changed files with 0 additions and 1 deletions

View File

@ -1 +0,0 @@
#include <asm-generic/gpio.h>