diff options
author | Rikard Falkeborn <[email protected]> | 2020-05-25 23:49:58 +0200 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2020-05-27 14:39:00 +0200 |
commit | 79074f61c022e822451f0e7ac0c8c6e213f75f18 (patch) | |
tree | 88a3847abb88095a6014075b78aa9497b5445752 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ae7d292324b4be60b6d39d2e06bf2a63752f3fcd (diff) |
iommu/sun50i: Constify sun50i_iommu_ops
The struct sun50i_iommu_ops 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
14358 2501 64 16923 421b drivers/iommu/sun50i-iommu.o
After:
text data bss dec hex filename
14726 2117 64 16907 420b drivers/iommu/sun50i-iommu.o
Signed-off-by: Rikard Falkeborn <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions