Skip to content

Commit

Permalink
SSB: BCM47xx: Export ssb_watchdog_timer_set
Browse files Browse the repository at this point in the history
this patch export ssb_watchdog_timer_set to allow to use it in a Linux 
watchdog driver.

Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>
Acked-by : Michael Buesch <mb@bu3sch.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Matthieu Castet authored and Ralf Baechle committed Jun 8, 2009
1 parent ccc0d38 commit e36b80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ssb/embedded.c
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks)
}
return -ENODEV;
}
EXPORT_SYMBOL(ssb_watchdog_timer_set);

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

0 comments on commit e36b80b

Please sign in to comment.