diff --git a/drivers/dma/apple-admac.c b/drivers/dma/apple-admac.c index ba463dc370ba..8dc99753aebf 100644 --- a/drivers/dma/apple-admac.c +++ b/drivers/dma/apple-admac.c @@ -733,6 +733,7 @@ static const struct of_device_id admac_of_match[] = { { .compatible = "apple,admac", }, { } }; +MODULE_DEVICE_TABLE(of, admac_of_match); static struct platform_driver apple_admac_driver = { .driver = {