Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123735
b: refs/heads/master
c: 5ba02dc
h: refs/heads/master
i:
  123733: 7c2054d
  123731: 8301422
  123727: 72cdc9f
v: v3
  • Loading branch information
Tony Lindgren committed Dec 11, 2008
1 parent e1e3ab2 commit 7f50040
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5dd81e2578d75779d1ce8ee0732db3a0e1b35678
refs/heads/master: 5ba02dcab945dc0bcde7df0c5958329f34bd04ae
7 changes: 6 additions & 1 deletion trunk/arch/arm/mach-omap2/id.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static void __init _set_omap_chip(void)

}

void __init omap2_check_revision(void)
void __init omap24xx_check_revision(void)
{
int i, j;
u32 idcode;
Expand Down Expand Up @@ -266,6 +266,11 @@ void __init omap2_check_revision(void)

}

void __init omap2_check_revision(void)
{
omap24xx_check_revision();
}

void __init omap2_set_globals_tap(struct omap_globals *omap2_globals)
{
class = omap2_globals->class;
Expand Down

0 comments on commit 7f50040

Please sign in to comment.