]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
irqchip/meson-gpio: Drop unused module alias
authorJohan Hovold <johan@kernel.org>
Mon, 13 Oct 2025 09:54:26 +0000 (11:54 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2025 16:17:27 +0000 (18:17 +0200)
The driver has never supported anything but OF probing so drop the
unused platform alias that was erroneously added by commit a947aa00edd4
("irqchip/meson-gpio: Make it possible to build as a module").

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-meson-gpio.c

index 09ebf1d9c21b0366fce616c85a7ae052c5658747..6c5e2ff0d1cfa12265d80a00427fdebbeca55309 100644 (file)
@@ -637,4 +637,3 @@ IRQCHIP_PLATFORM_DRIVER_END(meson_gpio_intc)
 MODULE_AUTHOR("Jerome Brunet <jbrunet@baylibre.com>");
 MODULE_DESCRIPTION("Meson GPIO Interrupt Multiplexer driver");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:meson-gpio-intc");