Skip to content

Commit 2f05c10

Browse files
jhovoldmiquelraynal
authored andcommitted
mtd: rawnand: stm32_fmc2: drop unused module alias
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>
1 parent 61163e7 commit 2f05c10

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/mtd/nand/raw/stm32_fmc2_nand.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,6 @@ static struct platform_driver stm32_fmc2_nfc_driver = {
21562156
};
21572157
module_platform_driver(stm32_fmc2_nfc_driver);
21582158

2159-
MODULE_ALIAS("platform:stm32_fmc2_nfc");
21602159
MODULE_AUTHOR("Christophe Kerello <christophe.kerello@st.com>");
21612160
MODULE_DESCRIPTION("STMicroelectronics STM32 FMC2 NFC driver");
21622161
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)