From: Johan Hovold Date: Mon, 22 Sep 2025 15:31:07 +0000 (+0200) Subject: mtd: rawnand: sunxi: drop unused module alias X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=362f84c89e136539b8c3edb47f42fb06ce37bacf;p=thirdparty%2Fkernel%2Fstable.git mtd: rawnand: sunxi: 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 Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/raw/sunxi_nand.c b/drivers/mtd/nand/raw/sunxi_nand.c index 162cd5f4f2344..f6a8e8ae819d4 100644 --- a/drivers/mtd/nand/raw/sunxi_nand.c +++ b/drivers/mtd/nand/raw/sunxi_nand.c @@ -2205,4 +2205,3 @@ module_platform_driver(sunxi_nfc_driver); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Boris BREZILLON"); MODULE_DESCRIPTION("Allwinner NAND Flash Controller driver"); -MODULE_ALIAS("platform:sunxi_nand");