mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
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>
This commit is contained in:
parent
32bc256ced
commit
6821d13fb0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static int goldfish_rtc_set(struct udevice *dev, const struct rtc_time *time)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int goldfish_rtc_probe(struct udevice *dev)
|
||||
static int goldfish_rtc_probe(struct udevice *dev)
|
||||
{
|
||||
struct goldfish_rtc *priv = dev_get_priv(dev);
|
||||
fdt_addr_t addr;
|
||||
|
|
Loading…
Add table
Reference in a new issue