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

ARM: 9372/1: memory: pl353-smc: drop owner assignment

parent 862acebd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -154,7 +154,6 @@ MODULE_DEVICE_TABLE(amba, pl353_ids);

static struct amba_driver pl353_smc_driver = {
	.drv = {
		.owner = THIS_MODULE,
		.name = "pl353-smc",
		.pm = &pl353_smc_dev_pm_ops,
	},