Message ID | CALdTtntGh6kcz+UxOsUsUO_mNZQAzUsgECvzD7CBeEGMswrPsw@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/edac/xgene_edac.c b/drivers/edac/xgene_edac.c index d69c2e5..2f436d45 100644 --- a/drivers/edac/xgene_edac.c +++ b/drivers/edac/xgene_edac.c @@ -452,7 +452,7 @@ static struct of_device_id xgene_edac_mc_of_match[] = { { .compatible = "apm,xgene-edac-mc" }, {}, }; -MODULE_DEVICE_TABLE(of, xgene_edac_of_match); +MODULE_DEVICE_TABLE(of, xgene_edac_mc_of_match); #endif static struct platform_driver xgene_edac_mc_driver = {