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:
parent
d37e0840d7
commit
9ab8190e41
|
@ -646,6 +646,8 @@ static int bootchart_init_action(int nargs, char **args)
|
|||
} else {
|
||||
NOTICE("bootcharting ignored\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue