diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-08-21 14:14:56 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-09-02 09:45:18 +0200 |
commit | c4a315eaf8eff0d3234600e13db7e7c71c0b3405 (patch) | |
tree | f3760a5cfaed3955fba2df42e2a8c44196a31e46 /include/linux/platform_data | |
parent | 10a968b21b89c647faa26b1f06ea82aa2eef1f9a (diff) | |
download | lwn-c4a315eaf8eff0d3234600e13db7e7c71c0b3405.tar.gz lwn-c4a315eaf8eff0d3234600e13db7e7c71c0b3405.zip |
gpio: ath79: remove support for platform data
There are no more board files defining platform data for this driver so
remove the header and support from the driver.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240821121456.19553-4-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/gpio-ath79.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/platform_data/gpio-ath79.h b/include/linux/platform_data/gpio-ath79.h deleted file mode 100644 index 3ea6dd942c27..000000000000 --- a/include/linux/platform_data/gpio-ath79.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Atheros AR7XXX/AR9XXX GPIO controller platform data - * - * Copyright (C) 2015 Alban Bedel <albeu@free.fr> - */ - -#ifndef __LINUX_PLATFORM_DATA_GPIO_ATH79_H -#define __LINUX_PLATFORM_DATA_GPIO_ATH79_H - -struct ath79_gpio_platform_data { - unsigned ngpios; - bool oe_inverted; -}; - -#endif |