summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/flexfb.c
diff options
context:
space:
mode:
authorHeba Aamer <heba93aamer@gmail.com>2015-01-28 15:29:05 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-28 11:28:44 -0800
commit6a2bada4ed7913888434725ce1eab55c29e61b24 (patch)
tree04b2ac48bc49eac0d9048f2cb1109e29037acb45 /drivers/staging/fbtft/flexfb.c
parentb5480f7e927045c3cd483e935fb667f3c99251ae (diff)
downloadlinux-6a2bada4ed7913888434725ce1eab55c29e61b24.tar.bz2
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: Heba Aamer <heba93aamer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/flexfb.c')
-rw-r--r--drivers/staging/fbtft/flexfb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/staging/fbtft/flexfb.c
index 4eec888a45b0..90832c36e557 100644
--- a/drivers/staging/fbtft/flexfb.c
+++ b/drivers/staging/fbtft/flexfb.c
@@ -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,