Removed unused variable and cleaned whitespaces

Change-Id: Iaaf6b6f5f49f2d2599a3422250ad7e6e41838b82
This commit is contained in:
Ben Mezger 2017-03-16 13:00:53 -03:00 committed by David van Moolenbroek
parent afc65e92aa
commit 1915559884

View File

@ -49,7 +49,6 @@ void
init_clock(void) init_clock(void)
{ {
char *value; char *value;
int i;
/* Initialize clock information structure. */ /* Initialize clock information structure. */
memset(&kclockinfo, 0, sizeof(kclockinfo)); memset(&kclockinfo, 0, sizeof(kclockinfo));