coresight: Remove unnecessary THIS_MODULE of funnel and replicator driver
authorQi Liu <liuqi115@huawei.com>
Fri, 27 Nov 2020 17:52:49 +0000 (10:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Nov 2020 19:23:12 +0000 (20:23 +0100)
commita4ecf0e047c66382de1463d2e47d5683b934e008
tree70ae6a117b4dbfe861f2e3e9e0866f33c01e2d0b
parent60c519c5d3629c21ba356782434d5b612d312de4
coresight: Remove unnecessary THIS_MODULE of funnel and replicator driver

As THIS_MODULE has been set in platform_driver_register(), so remove it
from static funnel driver and static replicator driver to avoid set it
twice.

Signed-off-by: Qi Liu <liuqi115@huawei.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20201127175256.1092685-9-mathieu.poirier@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-funnel.c
drivers/hwtracing/coresight/coresight-replicator.c