Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211301
b: refs/heads/master
c: 2b877a3
h: refs/heads/master
i:
  211299: ab3d3db
v: v3
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Oct 4, 2010
1 parent 9dfca32 commit 5126055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: e080e6166a4c365f98a346e8433c81d0dca42f52
refs/heads/master: 2b877a3ff41b6d7e3ade0739ac840fb6c89f3b1f
5 changes: 2 additions & 3 deletions trunk/arch/mips/alchemy/common/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int prom_argc;
char **prom_argv;
char **prom_envp;

void prom_init_cmdline(void)
void __init prom_init_cmdline(void)
{
int i;

Expand Down Expand Up @@ -104,7 +104,7 @@ static inline void str2eaddr(unsigned char *ea, unsigned char *str)
}
}

int prom_get_ethernet_addr(char *ethernet_addr)
int __init prom_get_ethernet_addr(char *ethernet_addr)
{
char *ethaddr_str;

Expand All @@ -123,7 +123,6 @@ int prom_get_ethernet_addr(char *ethernet_addr)

return 0;
}
EXPORT_SYMBOL(prom_get_ethernet_addr);

void __init prom_free_prom_memory(void)
{
Expand Down

0 comments on commit 5126055

Please sign in to comment.