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 <[email protected]>
Acked-by : Michael Buesch <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
mat-c authored and ralfbaechle 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
Expand Up @@ -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)
{
Expand Down

0 comments on commit e36b80b

Please sign in to comment.