diff options
Diffstat (limited to 'drivers/memory/ti-aemif.c')
-rw-r--r-- | drivers/memory/ti-aemif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/ti-aemif.c b/drivers/memory/ti-aemif.c index ca7d97a9a9ba..a579a0f25840 100644 --- a/drivers/memory/ti-aemif.c +++ b/drivers/memory/ti-aemif.c | |||
@@ -324,6 +324,7 @@ static const struct of_device_id aemif_of_match[] = { | |||
324 | { .compatible = "ti,da850-aemif", }, | 324 | { .compatible = "ti,da850-aemif", }, |
325 | {}, | 325 | {}, |
326 | }; | 326 | }; |
327 | MODULE_DEVICE_TABLE(of, aemif_of_match); | ||
327 | 328 | ||
328 | static int aemif_probe(struct platform_device *pdev) | 329 | static int aemif_probe(struct platform_device *pdev) |
329 | { | 330 | { |