Skip to content

Commit

Permalink
am 8621b5e: am 212282c: am 80dbd2a: Merge "Fix build error in init wh…
Browse files Browse the repository at this point in the history
…en building with bootchart"

* commit '8621b5ea475822499128e6f138a9dfc224bbb569':
  Fix build error in init when building with bootchart
  • Loading branch information
cco3 authored and Android Git Automerger committed Jul 25, 2011
2 parents 01acea1 + 8621b5e commit 45e8fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,8 @@ static int bootchart_init_action(int nargs, char **args)
} else {
NOTICE("bootcharting ignored\n");
}

return 0;
}
#endif

Expand Down

0 comments on commit 45e8fc6

Please sign in to comment.