diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-02-16 03:04:42 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-03-14 17:08:18 +0100 |
commit | 8124c7117ecd1e431a287be943e590452ff4092e (patch) | |
tree | a10161519c3351399650428e46b2113dafb03f7c /drivers/rtc/rtc-rx8025.c | |
parent | rtc: make class.c explicitly non-modular (diff) | |
download | linux-8124c7117ecd1e431a287be943e590452ff4092e.tar.xz linux-8124c7117ecd1e431a287be943e590452ff4092e.zip |
rtc: s5m: De-inline large functions to save space
Few functions were marked inline even though they were relatively large
and sometimes used in multiple places. De-inline them to let the
compiler decide whether optimization makes sense. This fixes inline_hunt
report:
drivers/rtc/rtc-s5m.c: Deinline s5m8767_rtc_set_alarm_reg, save 704 bytes
drivers/rtc/rtc-s5m.c: Deinline s5m8767_wait_for_udr_update, save 192 bytes
Reported-by: Denys Vlasenko <vda.linux@googlemail.com>
Cc: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-rx8025.c')
0 files changed, 0 insertions, 0 deletions