Ruchika Gupta d8f527578e arm: ls102xa: Add dummy gpio.h to enable CONFIG_OF_CONTROL
If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled.
It includes <asm/gpio.h> and then <asm/gpio.h> includes
<asm/arch/gpio.h>.  As a result, all the SoCs that enable
CONFIG_OF_CONTROL must have <asm/arch/gpio.h> even if they
do not support GPIO.

The right fix would be to split the lib/fdtdec.c to remove
dependency on GPIO.This commit adds a dummy <asm/arch/gpio.h>
to support OF_CONTROL for LS102x platform. This dummy header
will be removed after FDT-GPIO stuff is fixed correctly.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
2015-01-23 22:29:14 -06:00
..
2014-12-29 16:31:22 -05:00
2014-12-31 14:52:32 +05:30
2014-10-25 07:27:37 -04:00
2014-07-03 08:40:48 +02:00
2014-07-04 19:57:22 +02:00
2014-04-08 00:15:12 +02:00
2014-02-11 11:24:12 +01:00
2014-01-09 16:08:44 +01:00
2014-01-09 16:08:44 +01:00