Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Darwin Rambo | c561314 | 2014-02-11 11:06:34 -0800 | [diff] [blame] | 2 | /* |
3 | * Copyright 2013 Broadcom Corporation. | ||||
Darwin Rambo | c561314 | 2014-02-11 11:06:34 -0800 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef __ARCH_BCM281XX_GPIO_H | ||||
7 | #define __ARCH_BCM281XX_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 |