Commit 2f05c108 authored by Johan Hovold's avatar Johan Hovold Committed by Miquel Raynal
Browse files

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: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 61163e73
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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");