Skip to content

Commit

Permalink
powerpc/82xx/km: make handle_mgcoge3un_reset static
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Brunck <[email protected]>
  • Loading branch information
Holger Brunck authored and wdenx committed Mar 9, 2013
1 parent fc95908 commit 47ce50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/keymile/km82xx/km82xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ static void set_pin(int state, unsigned long mask);
* will toggle once what forces the mgocge3un part to restart
* immediately.
*/
void handle_mgcoge3un_reset(void)
static void handle_mgcoge3un_reset(void)
{
char *bobcatreset = getenv("bobcatreset");
if (bobcatreset) {
Expand Down

0 comments on commit 47ce50e

Please sign in to comment.