Fix build error in init when building with bootchart

There was a build error in init.c if you enabled bootchart, this
should probably be shipped upstream if not fixed already.

Change-Id: Iea3451c3e15d5cac00c5420d99bfce9a950aaaac
This commit is contained in:
Carl-Emil Lagerstedt 2011-01-14 09:35:30 +01:00 committed by Johan Redestig
parent d37e0840d7
commit 9ab8190e41
1 changed files with 2 additions and 0 deletions

View File

@ -646,6 +646,8 @@ static int bootchart_init_action(int nargs, char **args)
} else {
NOTICE("bootcharting ignored\n");
}
return 0;
}
#endif