hw/rtc/ls7a_rtc: Drop unused inline functions
commitc1ca312a6f035adad6558f44e6a3bc9ddeeed4b0
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Jul 2022 08:25:43 +0000 (5 13:55 +0530)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Jul 2022 10:47:53 +0000 (5 16:17 +0530)
tree39cb6632591d826eaf01bd302cf6e9f669c3d18d
parent1437479e5ee1a49ccd84cad9e7b010fb2ee9d805
hw/rtc/ls7a_rtc: Drop unused inline functions

Remove toy_val_to_time_mon and toy_val_to_time_year as unused,
to avoid a build failure with clang.  Remove all of the other
inline markers too so that this does not creep back in.

Reviewed-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/rtc/ls7a_rtc.c