]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
irqchip/mvebu-pic: Drop unused module alias
authorJohan Hovold <johan@kernel.org>
Mon, 13 Oct 2025 09:54:27 +0000 (11:54 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Oct 2025 16:17:28 +0000 (18:17 +0200)
The driver has never supported anything but OF probing so drop the
unused platform alias.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
drivers/irqchip/irq-mvebu-pic.c

index cd8b73482b9f5d30c3b7082797cd334f04ef551d..10b85128183a52b8233eb89b991babede55b50f9 100644 (file)
@@ -195,5 +195,3 @@ MODULE_AUTHOR("Yehuda Yitschak <yehuday@marvell.com>");
 MODULE_AUTHOR("Thomas Petazzoni <thomas.petazzoni@free-electrons.com>");
 MODULE_DESCRIPTION("Marvell Armada 7K/8K PIC driver");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:mvebu_pic");
-