aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRikard Falkeborn <[email protected]>2020-07-01 22:09:46 +0200
committerHerbert Xu <[email protected]>2020-07-09 18:25:21 +1000
commitd4f6d923238dbdb69b8525e043fedef2670d4f2c (patch)
treed17e965f7e66a5ed2fc78df06cec29952b7db883 /tools/perf/scripts/python
parente4ca592c4d5289838d7737defe749802f08f0eac (diff)
hwrng: bcm2835 - Constify bcm2835_rng_devtype[]
bcm2835_rng_devtype[] is not modified and can be made const to allow the compiler to put it in read-only memory. Before: text data bss dec hex filename 2392 176 0 2568 a08 drivers/char/hw_random/bcm2835-rng.o After: text data bss dec hex filename 2464 104 0 2568 a08 drivers/char/hw_random/bcm2835-rng.o Signed-off-by: Rikard Falkeborn <[email protected]> Acked-by: Florian Fainelli <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions