Heinrich Schuchardt
d2d9a6f666
rtc: fix the description of the Goldfish RTC driver
...
Replace the incorrect description that was copied from another driver.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com >
2024-07-14 09:56:24 +02:00
Heinrich Schuchardt
6821d13fb0
rtc: goldfish_rtc_probe should be static
...
There is no need to export goldfish_rtc_probe().
Fixes: 2d6dc19fd2
("rtc: driver for Goldfish RTC")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com >
2024-04-10 09:34:53 -06:00
Heinrich Schuchardt
2d6dc19fd2
rtc: driver for Goldfish RTC
...
The Goldfish RTC is a virtual device which may be supplied by QEMU.
It is enabled by default on QEMU's RISC-V virt machine.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com >
2024-01-17 09:03:43 +01:00