blob: da7352abb27a67a2d4677e01d7afaa247e78e7d2 [file] [log] [blame]
Ruchika Gupta1ef97e72014-12-10 11:52:50 +05301/*
Ruchika Gupta9c078c32015-07-27 09:07:39 +05302 * Copyright 2014 Freescale Semiconductor, Inc.
3 *
Ruchika Gupta1ef97e72014-12-10 11:52:50 +05304 * 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
Oleksandr G Zhadan2d24af12015-04-28 13:59:50 -040017#include <asm/mpc85xx_gpio.h>
18
Ruchika Gupta1ef97e72014-12-10 11:52:50 +053019#endif