summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2020-05-09 00:02:38 +0200
committerStephen Boyd <sboyd@kernel.org>2020-05-27 00:08:31 -0700
commitdc543267c7adcad139a439230052b4e609f7018b (patch)
treee1d3c9e87cb5a1d9cecbc0b62f19095a50b4503f /include/dt-bindings
parent99a1ae29360980e79fa2d616819a6fe7411e4eda (diff)
downloadlinux-dc543267c7adcad139a439230052b4e609f7018b.tar.bz2
clk: bcm2835: Constify struct debugfs_reg32
bcm2835_debugfs_clock_reg32 is never changed and can therefore be made const. This allows the compiler to put it in the text section instead of the data section. Before: text data bss dec hex filename 26598 16088 64 42750 a6fe drivers/clk/bcm/clk-bcm2835.o After: text data bss dec hex filename 26662 16024 64 42750 a6fe drivers/clk/bcm/clk-bcm2835.o Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Link: https://lkml.kernel.org/r/20200508220238.4883-1-rikard.falkeborn@gmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
0 files changed, 0 insertions, 0 deletions