Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e36b80b6 authored by Matthieu CASTET's avatar Matthieu CASTET Committed by Ralf Baechle
Browse files

SSB: BCM47xx: Export ssb_watchdog_timer_set



this patch export ssb_watchdog_timer_set to allow to use it in a Linux 
watchdog driver.

Signed-off-by: default avatarMatthieu CASTET <castet.matthieu@free.fr>
Acked-by : Michael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent ccc0d38e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -29,6 +29,7 @@ int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks)
	}
	}
	return -ENODEV;
	return -ENODEV;
}
}
EXPORT_SYMBOL(ssb_watchdog_timer_set);


u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
{
{