Commit 60bf16d8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Russell King (Oracle)
Browse files

ARM: 9375/1: coresight: stm: drop owner assignment

parent a0c50b9b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -954,7 +954,6 @@ MODULE_DEVICE_TABLE(amba, stm_ids);
static struct amba_driver stm_driver = {
	.drv = {
		.name   = "coresight-stm",
		.owner	= THIS_MODULE,
		.pm	= &stm_dev_pm_ops,
		.suppress_bind_attrs = true,
	},