summaryrefslogtreecommitdiff
path: root/drivers/leds/simple/simatic-ipc-leds.c
diff options
context:
space:
mode:
authorHenning Schild <henning.schild@siemens.com>2023-05-24 15:46:27 +0300
committerLee Jones <lee@kernel.org>2023-06-08 20:29:44 +0300
commit2f5d6fe37b97cabf5cb5fc2be9630e37e2820e94 (patch)
treea4cc82124c49a20b37bd4178fc734491bd1b590f /drivers/leds/simple/simatic-ipc-leds.c
parent799c0197aa5f732cefa8ca6285bd611b5cf45996 (diff)
downloadlinux-2f5d6fe37b97cabf5cb5fc2be9630e37e2820e94.tar.xz
leds: simatic-ipc-leds-gpio: Split up into multiple drivers
In order to clearly describe the dependencies between the GPIO controller drivers and the users the driver is split up into a core, two drivers and a common header. Signed-off-by: Henning Schild <henning.schild@siemens.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230524124628.32295-4-henning.schild@siemens.com
Diffstat (limited to 'drivers/leds/simple/simatic-ipc-leds.c')
-rw-r--r--drivers/leds/simple/simatic-ipc-leds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/leds/simple/simatic-ipc-leds.c b/drivers/leds/simple/simatic-ipc-leds.c
index 4894c228c165..2124f6d09930 100644
--- a/drivers/leds/simple/simatic-ipc-leds.c
+++ b/drivers/leds/simple/simatic-ipc-leds.c
@@ -126,7 +126,6 @@ static struct platform_driver simatic_ipc_led_driver = {
.name = KBUILD_MODNAME,
}
};
-
module_platform_driver(simatic_ipc_led_driver);
MODULE_LICENSE("GPL v2");