Skip to content

Commit 7ebc2ee

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9373/1: coresight: funnel: drop owner assignment
Amba bus core already sets owner, so driver does not need to. Link: https://lore.kernel.org/r/[email protected] Acked-by: Suzuki K Poulose <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent 93fccef commit 7ebc2ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-funnel.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ MODULE_DEVICE_TABLE(amba, dynamic_funnel_ids);
399399
static struct amba_driver dynamic_funnel_driver = {
400400
.drv = {
401401
.name = "coresight-dynamic-funnel",
402-
.owner = THIS_MODULE,
403402
.pm = &funnel_dev_pm_ops,
404403
.suppress_bind_attrs = true,
405404
},

0 commit comments

Comments
 (0)