Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67228
b: refs/heads/master
c: 124d795
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Aug 17, 2007
1 parent 1707805 commit 12dafaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 109b60f0bc1306192c765875badcaa5f3850a0a1
refs/heads/master: 124d795d16b018b054956c9be561f889acf95ac4
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/powermac/udbg_adb.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static void udbg_adb_putc(char c)
return udbg_adb_old_putc(c);
}

void udbg_adb_init_early(void)
void __init udbg_adb_init_early(void)
{
#ifdef CONFIG_BOOTX_TEXT
if (btext_find_display(1) == 0) {
Expand All @@ -159,7 +159,7 @@ void udbg_adb_init_early(void)
#endif
}

int udbg_adb_init(int force_btext)
int __init udbg_adb_init(int force_btext)
{
struct device_node *np;

Expand Down

0 comments on commit 12dafaf

Please sign in to comment.