diff --git a/target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c b/target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c index 7828d383ab..8d040014d4 100644 --- a/target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c +++ b/target/linux/ramips/files/drivers/mtd/nand/raw/mt7621_nand.c @@ -1327,7 +1327,7 @@ static const struct of_device_id mt7621_nfc_id_table[] = { { .compatible = "mediatek,mt7621-nfc" }, { }, }; -MODULE_DEVICE_TABLE(of, match); +MODULE_DEVICE_TABLE(of, mt7621_nfc_id_table); static struct platform_driver mt7621_nfc_driver = { .probe = mt7621_nfc_probe,