summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-08-23 13:51:00 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 13:51:00 (GMT)
commit0d48297646c426cdd206b0e530495ab7eb02acd3 (patch)
tree003db115fb07d125bade819a49da8b05b146d38b /arch/powerpc/include/asm/arch-mpc85xx/gpio.h
parentdd543f16bbaeb86c8131d2532791dcc2748c6e5f (diff)
downloadu-boot-fsl-qoriq-0d48297646c426cdd206b0e530495ab7eb02acd3.tar.xz
Upstream u-boot update and added QT1040-1GB device support
Diffstat (limited to 'arch/powerpc/include/asm/arch-mpc85xx/gpio.h')
-rw-r--r--arch/powerpc/include/asm/arch-mpc85xx/gpio.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/include/asm/arch-mpc85xx/gpio.h b/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
index 0c72c71..76faa22 100644
--- a/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
+++ b/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
@@ -14,7 +14,6 @@
#ifndef __ASM_ARCH_MX85XX_GPIO_H
#define __ASM_ARCH_MX85XX_GPIO_H
-<<<<<<< bc5d0384458466ed5b3608d326eec03cd4f13016
#ifndef CONFIG_MPC85XX_GPIO
#include <asm/mpc85xx_gpio.h>
#endif
@@ -24,12 +23,5 @@ struct mpc85xx_gpio_plat {
unsigned long size;
uint ngpios;
};
-=======
-#ifdef CONFIG_MPC8XXX_GPIO
-#include <asm/mpc8xxx_gpio.h>
-#else
-#include <asm/mpc85xx_gpio.h>
-#endif
->>>>>>> dm: gpio: Add DM GPIO driver for MPC8xxx platforms
#endif