commit | 6821d13fb0c40345989ef42851eed38851e7e582 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Mar 21 21:16:13 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 09:34:53 2024 -0600 |
tree | c6c1a676a65bd25f83ff6a62db414d32e977dc1d | |
parent | 32bc256ced33678d63147acb796aa1cbcc942baf [diff] |
rtc: goldfish_rtc_probe should be static There is no need to export goldfish_rtc_probe(). Fixes: 2d6dc19fd25d ("rtc: driver for Goldfish RTC") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>