[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170921145241.2869-2-atull@kernel.org>
Date: Thu, 21 Sep 2017 09:52:41 -0500
From: Alan Tull <atull@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Moritz Fischer <mdf@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-fpga@...r.kernel.org,
Bhumika Goyal <bhumirks@...il.com>,
Alan Tull <atull@...nel.org>
Subject: [PATCH 1/1] fpga: make xlnx_pr_decoupler_br_ops const
From: Bhumika Goyal <bhumirks@...il.com>
Make this const as it is only passed to a const argument of the function
fpga_bridge_register.
Signed-off-by: Bhumika Goyal <bhumirks@...il.com>
Acked-by: Michal Simek <michal.simek@...inx.com>
Acked-by: Moritz Fischer <mdf@...nel.org>
Signed-off-by: Alan Tull <atull@...nel.org>
---
drivers/fpga/xilinx-pr-decoupler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/fpga/xilinx-pr-decoupler.c b/drivers/fpga/xilinx-pr-decoupler.c
index e359930bebc8..0d7743089414 100644
--- a/drivers/fpga/xilinx-pr-decoupler.c
+++ b/drivers/fpga/xilinx-pr-decoupler.c
@@ -79,7 +79,7 @@ static int xlnx_pr_decoupler_enable_show(struct fpga_bridge *bridge)
return !status;
}
-static struct fpga_bridge_ops xlnx_pr_decoupler_br_ops = {
+static const struct fpga_bridge_ops xlnx_pr_decoupler_br_ops = {
.enable_set = xlnx_pr_decoupler_enable_set,
.enable_show = xlnx_pr_decoupler_enable_show,
};
--
2.11.0
Powered by blists - more mailing lists