Commit 6a2bada4 authored by Heba Aamer's avatar Heba Aamer Committed by Greg Kroah-Hartman

staging: fbtft: remove redundant .owner

This patch fixes the following coccicheck warning:
No need to set .owner here. The core will do it.
Signed-off-by: default avatarHeba Aamer <heba93aamer@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b5480f7e
......@@ -559,7 +559,6 @@ static const struct platform_device_id flexfb_platform_ids[] = {
static struct platform_driver flexfb_platform_driver = {
.driver = {
.name = DRVNAME,
.owner = THIS_MODULE,
},
.id_table = flexfb_platform_ids,
.probe = flexfb_probe_pdev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment