]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/include/asm/arch-mpc85xx/gpio.h
da7352abb27a67a2d4677e01d7afaa247e78e7d2
[karo-tx-uboot.git] / arch / powerpc / include / asm / arch-mpc85xx / gpio.h
1 /*
2  * Copyright 2014 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /*
8  * Dummy header file to enable CONFIG_OF_CONTROL.
9  * If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled.
10  * It includes <asm/arch/gpio.h> via <asm/gpio.h>, so those SoCs that enable
11  * OF_CONTROL must have arch/gpio.h.
12  */
13
14 #ifndef __ASM_ARCH_MX85XX_GPIO_H
15 #define __ASM_ARCH_MX85XX_GPIO_H
16
17 #include <asm/mpc85xx_gpio.h>
18
19 #endif