Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40555
b: refs/heads/master
c: c21e6d6
h: refs/heads/master
i:
  40553: efb5a5b
  40551: 279d6ab
v: v3
  • Loading branch information
Ralf Baechle committed Oct 31, 2006
1 parent 37b3ec9 commit c41731c
Show file tree
Hide file tree
Showing 4 changed files with 4 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: e8f05de54055e90e6d58e45866f84ecdb0b48acd
refs/heads/master: c21e6d65f70d64b359a37545592f39e28074864e
2 changes: 1 addition & 1 deletion trunk/arch/mips/au1000/common/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extern int prom_argc;
extern char **prom_argv, **prom_envp;


char * prom_getcmdline(void)
char * __init_or_module prom_getcmdline(void)
{
return &(arcs_cmdline[0]);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/au1000/common/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include <asm/mach-au1x00/au1000.h>
#include <asm/time.h>

extern char * __init prom_getcmdline(void);
extern char * prom_getcmdline(void);
extern void __init board_setup(void);
extern void au1000_restart(char *);
extern void au1000_halt(void);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/au1000_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void enable_mac(struct net_device *, int);
// externs
extern int get_ethernet_addr(char *ethernet_addr);
extern void str2eaddr(unsigned char *ea, unsigned char *str);
extern char * __init prom_getcmdline(void);
extern char * prom_getcmdline(void);

/*
* Theory of operation
Expand Down

0 comments on commit c41731c

Please sign in to comment.