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

ARM: 9378/1: coresight: etm4x: drop owner assignment

parent 4b5bcd5a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2344,7 +2344,6 @@ MODULE_DEVICE_TABLE(amba, etm4_ids);
static struct amba_driver etm4x_amba_driver = {
	.drv = {
		.name   = "coresight-etm4x",
		.owner  = THIS_MODULE,
		.suppress_bind_attrs = true,
	},
	.probe		= etm4_probe_amba,