|
@@ -1432,7 +1432,7 @@ MODULE_DEVICE_TABLE(of, crypto4xx_match);
|
|
|
|
|
|
static struct platform_driver crypto4xx_driver = {
|
|
static struct platform_driver crypto4xx_driver = {
|
|
.driver = {
|
|
.driver = {
|
|
- .name = MODULE_NAME,
|
|
|
|
|
|
+ .name = KBUILD_MODNAME,
|
|
.of_match_table = crypto4xx_match,
|
|
.of_match_table = crypto4xx_match,
|
|
},
|
|
},
|
|
.probe = crypto4xx_probe,
|
|
.probe = crypto4xx_probe,
|