diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2020-05-24 11:55:16 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-06-24 18:26:39 +0530 |
commit | 5a72122dcfd921940ce877963ddd7be4b089adf2 (patch) | |
tree | 31418630d3b2c992346a6f115ab224ecdc0a83a5 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | |
parent | 0cb5ebc749fde8562fb876f92ac5cc6e92bd89fb (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions