Changeset 35907
- Timestamp:
- 2013-03-09T19:51:39+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/generic/patches-3.8/992-mpcore_wdt_fix_watchdog_counter_loading.patch
r35478 r35907 40 40 --- a/arch/arm/kernel/smp_twd.c 41 41 +++ b/arch/arm/kernel/smp_twd.c 42 @@ -376,6 +376,13 @@ int __init twd_local_timer_register(stru 42 @@ -10,6 +10,7 @@ 43 */ 44 #include <linux/init.h> 45 #include <linux/kernel.h> 46 +#include <linux/export.h> 47 #include <linux/clk.h> 48 #include <linux/delay.h> 49 #include <linux/device.h> 50 @@ -376,6 +377,13 @@ int __init twd_local_timer_register(stru 43 51 return twd_local_timer_common_register(); 44 52 } … … 56 64 --- a/drivers/watchdog/mpcore_wdt.c 57 65 +++ b/drivers/watchdog/mpcore_wdt.c 58 @@ -101,9 +101,7 @@ static void mpcore_wdt_keepalive(struct 66 @@ -101,9 +101,7 @@ static void mpcore_wdt_keepalive(struct 59 67 60 68 spin_lock(&wdt_lock);
Note: See TracChangeset
for help on using the changeset viewer.