diff options
author | Heba Aamer <heba93aamer@gmail.com> | 2015-01-28 15:29:05 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-28 11:28:44 -0800 |
commit | 6a2bada4ed7913888434725ce1eab55c29e61b24 (patch) | |
tree | 04b2ac48bc49eac0d9048f2cb1109e29037acb45 /drivers/staging/fbtft/flexfb.c | |
parent | b5480f7e927045c3cd483e935fb667f3c99251ae (diff) |
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.c | 1 |
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, |