diff options
Diffstat (limited to 'drivers/leds/simple/simatic-ipc-leds-gpio.h')
-rw-r--r-- | drivers/leds/simple/simatic-ipc-leds-gpio.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/leds/simple/simatic-ipc-leds-gpio.h b/drivers/leds/simple/simatic-ipc-leds-gpio.h deleted file mode 100644 index 6b2519809cee..000000000000 --- a/drivers/leds/simple/simatic-ipc-leds-gpio.h +++ /dev/null @@ -1,22 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * Siemens SIMATIC IPC driver for GPIO based LEDs - * - * Copyright (c) Siemens AG, 2023 - * - * Author: - * Henning Schild <henning.schild@siemens.com> - */ - -#ifndef _SIMATIC_IPC_LEDS_GPIO_H -#define _SIMATIC_IPC_LEDS_GPIO_H - -int simatic_ipc_leds_gpio_probe(struct platform_device *pdev, - struct gpiod_lookup_table *table, - struct gpiod_lookup_table *table_extra); - -void simatic_ipc_leds_gpio_remove(struct platform_device *pdev, - struct gpiod_lookup_table *table, - struct gpiod_lookup_table *table_extra); - -#endif /* _SIMATIC_IPC_LEDS_GPIO_H */ |