diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2016-12-10 14:47:35 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2016-12-29 14:40:29 +0100 |
commit | 552146b0c20d8265f7c570251c86fc4ec44959ee (patch) | |
tree | a1b8e34fa300a0ceb61650411d243bcaea7c726d /arch/arm/plat-samsung | |
parent | ARM: s3c24xx: Constify few integer tables (diff) | |
download | linux-552146b0c20d8265f7c570251c86fc4ec44959ee.tar.xz linux-552146b0c20d8265f7c570251c86fc4ec44959ee.zip |
ARM: s3c64xx: Annotate external clock frequencies __ro_after_init
The xtal_f and xusbxti_f static variables are modified only through
__init accessors (like s3c64xx_set_xtal_freq()). Later these variables
are used only in read-only way so we can mark them __ro_after_init to
increase code safeness.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung')
0 files changed, 0 insertions, 0 deletions