aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-09-30 13:18:46 +0200
committerArnd Bergmann <arnd@arndb.de>2023-01-16 09:26:06 +0100
commit7d1ec119e3c1ec060370f5dc58490b51368c554c (patch)
tree60ded52c9056d48417fab14fc0ba02f10cd34e9a /include/linux/platform_data
parentclk: samsung: remove s3c24xx specific pll bits (diff)
downloadwireguard-linux-7d1ec119e3c1ec060370f5dc58490b51368c554c.tar.xz
wireguard-linux-7d1ec119e3c1ec060370f5dc58490b51368c554c.zip
leds: remove s3c24xx driver
The s3c24xx platform is gone, so the led driver can be removed as well. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/leds-s3c24xx.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/platform_data/leds-s3c24xx.h b/include/linux/platform_data/leds-s3c24xx.h
deleted file mode 100644
index 64f8d14876e0..000000000000
--- a/include/linux/platform_data/leds-s3c24xx.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright (c) 2006 Simtec Electronics
- * http://armlinux.simtec.co.uk/
- * Ben Dooks <ben@simtec.co.uk>
- *
- * S3C24XX - LEDs GPIO connector
-*/
-
-#ifndef __LEDS_S3C24XX_H
-#define __LEDS_S3C24XX_H
-
-struct s3c24xx_led_platdata {
- char *name;
- char *def_trigger;
-};
-
-#endif /* __LEDS_S3C24XX_H */