提交 6343f22f 编写于 作者: T Thierry Reding

drm/panel: ld9040: Remove useless padding

There's some useless padding in the struct spi_driver definition. Remove
it since it serves no useful purpose.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 1a8f9056
......@@ -374,11 +374,11 @@ static const struct of_device_id ld9040_of_match[] = {
MODULE_DEVICE_TABLE(of, ld9040_of_match);
static struct spi_driver ld9040_driver = {
.probe = ld9040_probe,
.remove = ld9040_remove,
.probe = ld9040_probe,
.remove = ld9040_remove,
.driver = {
.name = "ld9040",
.owner = THIS_MODULE,
.name = "ld9040",
.owner = THIS_MODULE,
.of_match_table = ld9040_of_match,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册