summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-dim2
diff options
context:
space:
mode:
authorSudip Mukherjee2015-09-04 12:52:04 +0200
committerGreg Kroah-Hartman2015-09-13 03:24:44 +0200
commit983e83cc173894720b168fa603ccf82ca74e020d (patch)
treebb55b0008e80df5574dc4a726113346fdc60b308 /drivers/staging/most/hdm-dim2
parentstaging: most: return NULL instead of integer (diff)
downloadkernel-qcow2-linux-983e83cc173894720b168fa603ccf82ca74e020d.tar.gz
kernel-qcow2-linux-983e83cc173894720b168fa603ccf82ca74e020d.tar.xz
kernel-qcow2-linux-983e83cc173894720b168fa603ccf82ca74e020d.zip
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 <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/hdm-dim2')
-rw-r--r--drivers/staging/most/hdm-dim2/dim2_hdm.c1
1 files changed, 0 insertions, 1 deletions
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,
},
};