From: Heba Aamer Date: Wed, 28 Jan 2015 13:29:05 +0000 (+0200) Subject: staging: fbtft: remove redundant .owner X-Git-Tag: v4.0-rc1~82^2~85 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6a2bada4ed7913888434725ce1eab55c29e61b24;p=uclinux-h8%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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,