From: Sudip Mukherjee Date: Fri, 4 Sep 2015 10:52:04 +0000 (+0530) Subject: staging: most: remove driver owner X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=983e83cc173894720b168fa603ccf82ca74e020d;p=linux-beck.git staging: most: remove driver owner The platform driver core will set the owner value, we do not need to do it in the module. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/hdm-dim2/dim2_hdm.c b/drivers/staging/most/hdm-dim2/dim2_hdm.c index 5b0a588450ab..4481a0be15b9 100644 --- a/drivers/staging/most/hdm-dim2/dim2_hdm.c +++ b/drivers/staging/most/hdm-dim2/dim2_hdm.c @@ -923,7 +923,6 @@ static struct platform_driver dim2_driver = { .id_table = dim2_id, .driver = { .name = "hdm_dim2", - .owner = THIS_MODULE, }, };