checkpatch: error - initialised_static

Change-Id: I8f51f861e2250c87c296b697ef5b6610ce644b34
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Dan Kalowsky 2015-10-14 16:12:09 -07:00 committed by Anas Nashif
commit 2e938481ce
8 changed files with 21 additions and 21 deletions

View file

@ -51,7 +51,7 @@ The ARCv2 processor timer provides a 32-bit incrementing, wrap-to-zero counter.
#define _ARC_V2_TMR_CTRL_IP 0x8 /* interrupt pending flag */
/* running total of timer count */
static uint32_t clock_accumulated_count = 0;
static uint32_t clock_accumulated_count;
/**