[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1454938104-8625-1-git-send-email-p.zabel@pengutronix.de>
Date: Mon, 8 Feb 2016 14:28:24 +0100
From: Philipp Zabel <p.zabel@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: Chen Feng <puck.chen@...ilicon.com>,
Philipp Zabel <p.zabel@...gutronix.de>
Subject: [PATCH] reset: hi6220: Make reset_control_ops const
The hi6220_reset_ops structure is never modified. Make it const.
Signed-off-by: Philipp Zabel <p.zabel@...gutronix.de>
---
drivers/reset/hisilicon/hi6220_reset.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/reset/hisilicon/hi6220_reset.c b/drivers/reset/hisilicon/hi6220_reset.c
index 744b2e7..8f55fd4 100644
--- a/drivers/reset/hisilicon/hi6220_reset.c
+++ b/drivers/reset/hisilicon/hi6220_reset.c
@@ -57,7 +57,7 @@ static int hi6220_reset_deassert(struct reset_controller_dev *rc_dev,
return 0;
}
-static struct reset_control_ops hi6220_reset_ops = {
+static const struct reset_control_ops hi6220_reset_ops = {
.assert = hi6220_reset_assert,
.deassert = hi6220_reset_deassert,
};
--
2.7.0.rc3
Powered by blists - more mailing lists