]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mtd: rawnand: stm32_fmc2: drop unused module alias
authorJohan Hovold <johan@kernel.org>
Mon, 22 Sep 2025 15:31:06 +0000 (17:31 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 29 Sep 2025 16:02:31 +0000 (18:02 +0200)
The driver has never supported anything but OF probing so drop the
unused platform module alias.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/stm32_fmc2_nand.c

index a960403081f11091837b73b8610231fe421d0c05..d1ad07294a86d127dba4b5e04a871bea7d2ea4a5 100644 (file)
@@ -2156,7 +2156,6 @@ static struct platform_driver stm32_fmc2_nfc_driver = {
 };
 module_platform_driver(stm32_fmc2_nfc_driver);
 
-MODULE_ALIAS("platform:stm32_fmc2_nfc");
 MODULE_AUTHOR("Christophe Kerello <christophe.kerello@st.com>");
 MODULE_DESCRIPTION("STMicroelectronics STM32 FMC2 NFC driver");
 MODULE_LICENSE("GPL v2");