Hello. On 22-12-2010 23:30, Gabor Juhos wrote:
All supported SoCs have a built-in hardware watchdog driver. This patch registers a platform_device for that to make it usable.
Signed-off-by: Gabor Juhos<juhosg@xxxxxxxxxxx> Signed-off-by: Imre Kaloz<kaloz@xxxxxxxxxxx>
[...]
diff --git a/arch/mips/ath79/dev-common.h b/arch/mips/ath79/dev-common.h index 1cec894..65bf400 100644 --- a/arch/mips/ath79/dev-common.h +++ b/arch/mips/ath79/dev-common.h @@ -13,5 +13,6 @@ #define _ATH79_DEV_COMMON_H void ath79_register_uart(void) __init; +void ath79_register_wdt(void) __init;
'__init' not needed with declarations. WBR, Sergei