blob: 71794a82fe13ffa986f652ef069e8f2b1c339056 [file] [log] [blame]
Ruchika Gupta1ef97e72014-12-10 11:52:50 +05301/*
2 * SPDX-License-Identifier: GPL-2.0+
3 */
4
5/*
6 * Dummy header file to enable CONFIG_OF_CONTROL.
7 * If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled.
8 * It includes <asm/arch/gpio.h> via <asm/gpio.h>, so those SoCs that enable
9 * OF_CONTROL must have arch/gpio.h.
10 */
11
12#ifndef __ASM_ARCH_MX85XX_GPIO_H
13#define __ASM_ARCH_MX85XX_GPIO_H
14
Oleksandr G Zhadan2d24af12015-04-28 13:59:50 -040015#include <asm/mpc85xx_gpio.h>
16
Ruchika Gupta1ef97e72014-12-10 11:52:50 +053017#endif