blob: 82c12bb70c2b3d1e80e0db7d23d38838454dd622 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Steve Rae45f2c702016-06-02 15:10:56 -07002/*
3 * Copyright 2013 Broadcom Corporation.
Steve Rae45f2c702016-06-02 15:10:56 -07004 */
5
6#ifndef __ARCH_BCM235XX_GPIO_H
7#define __ARCH_BCM235XX_GPIO_H
8
9/*
10 * Empty file - cmd_gpio.c requires this. The implementation
11 * is in drivers/gpio/kona_gpio.c instead of inlined here.
12 */
13
14#endif