Remove useless symbol declarations from headers, make symbols local where possible, add some explicit initialization to global variables.

This commit is contained in:
Kees van Reeuwijk
2010-04-22 07:49:40 +00:00
parent 87a9a2ecef
commit d106968d77
12 changed files with 68 additions and 96 deletions

View File

@@ -6,7 +6,7 @@
#include "watchdog.h"
unsigned watchdog_local_timer_ticks;
unsigned watchdog_local_timer_ticks = 0U;
struct arch_watchdog *watchdog;
int watchdog_enabled;