crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of
[platform/kernel/linux-rpi.git] / drivers / crypto / inside-secure / safexcel.c
index 9ff885d..389a7b5 100644 (file)
@@ -1831,6 +1831,8 @@ static const struct of_device_id safexcel_of_match_table[] = {
        {},
 };
 
+MODULE_DEVICE_TABLE(of, safexcel_of_match_table);
+
 static struct platform_driver  crypto_safexcel = {
        .probe          = safexcel_probe,
        .remove         = safexcel_remove,