]> git.dujemihanovic.xyz Git - u-boot.git/commit
rtc: goldfish_rtc_probe should be static
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 21 Mar 2024 20:16:13 +0000 (21:16 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 15:34:53 +0000 (09:34 -0600)
commit6821d13fb0c40345989ef42851eed38851e7e582
treec6c1a676a65bd25f83ff6a62db414d32e977dc1d
parent32bc256ced33678d63147acb796aa1cbcc942baf
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>
drivers/rtc/goldfish_rtc.c