summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-09-15 02:27:27 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-16 08:22:35 (GMT)
commit053ead220203d3e742d8345d411ebb166f2aa6b4 (patch)
treeb6dafbf50385e52c6ca255855455fb1143347055 /drivers
parent9f4feef54d97529c095f27f131f2ae6a254645fd (diff)
downloadlinux-053ead220203d3e742d8345d411ebb166f2aa6b4.tar.xz
staging: fsl-mc: remove .owner field for driver
Remove .owner field if calls are used which set it automatically. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/fsl-mc/bus/fsl-mc-allocator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c b/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
index 1e06d28..e93ab53 100644
--- a/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
+++ b/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
@@ -650,7 +650,6 @@ static const struct fsl_mc_device_id match_id_table[] = {
static struct fsl_mc_driver fsl_mc_allocator_driver = {
.driver = {
.name = "fsl_mc_allocator",
- .owner = THIS_MODULE,
.pm = NULL,
},
.match_id_table = match_id_table,