phy: ti: j721e-wiz: Constify structs
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Sun, 24 May 2020 09:55:16 +0000 (11:55 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 24 Jun 2020 12:56:39 +0000 (18:26 +0530)
commit5a72122dcfd921940ce877963ddd7be4b089adf2
tree31418630d3b2c992346a6f115ab224ecdc0a83a5
parent0cb5ebc749fde8562fb876f92ac5cc6e92bd89fb
phy: ti: j721e-wiz: Constify structs

clk_div_table and wiz_regmap_config are not modified and can therefore
be made const to allow the compiler to put them in read-only memory.

Before:
   text    data     bss     dec     hex filename
  20265    7044      64   27373    6aed drivers/phy/ti/phy-j721e-wiz.o

After:
   text    data     bss     dec     hex filename
  20649    6660      64   27373    6aed drivers/phy/ti/phy-j721e-wiz.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20200524095516.25227-3-rikard.falkeborn@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/ti/phy-j721e-wiz.c