mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Blackfin: bf548: make musb_hdrc_config const
@ 2017-08-21 14:38 Bhumika Goyal
  0 siblings, 0 replies; only message in thread
From: Bhumika Goyal @ 2017-08-21 14:38 UTC (permalink / raw)
  To: julia.lawall, realmz6, adi-buildroot-devel, linux-kernel; +Cc: Bhumika Goyal

Make these const as they are only stored in the const field of a
musb_hdrc_platform_data structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
---
I could not cross compile the files, so not tested.

 arch/blackfin/mach-bf548/boards/cm_bf548.c | 2 +-
 arch/blackfin/mach-bf548/boards/ezkit.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c
index 120c994..15f823d 100644
--- a/arch/blackfin/mach-bf548/boards/cm_bf548.c
+++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c
@@ -512,7 +512,7 @@
 	},
 };
 
-static struct musb_hdrc_config musb_config = {
+static const struct musb_hdrc_config musb_config = {
 	.multipoint	= 0,
 	.dyn_fifo	= 0,
 	.soft_con	= 1,
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c
index 3cdd483..d3643f6 100644
--- a/arch/blackfin/mach-bf548/boards/ezkit.c
+++ b/arch/blackfin/mach-bf548/boards/ezkit.c
@@ -655,7 +655,7 @@
 	},
 };
 
-static struct musb_hdrc_config musb_config = {
+static const struct musb_hdrc_config musb_config = {
 	.multipoint	= 0,
 	.dyn_fifo	= 0,
 	.soft_con	= 1,
-- 
1.9.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-21 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-21 14:38 [PATCH] Blackfin: bf548: make musb_hdrc_config const Bhumika Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®