Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Johan Hovold and committed by
Miquel Raynal
2f05c108 61163e73

-1
-1
drivers/mtd/nand/raw/stm32_fmc2_nand.c
··· 2156 2156 }; 2157 2157 module_platform_driver(stm32_fmc2_nfc_driver); 2158 2158 2159 - MODULE_ALIAS("platform:stm32_fmc2_nfc"); 2160 2159 MODULE_AUTHOR("Christophe Kerello <christophe.kerello@st.com>"); 2161 2160 MODULE_DESCRIPTION("STMicroelectronics STM32 FMC2 NFC driver"); 2162 2161 MODULE_LICENSE("GPL v2");