Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182078
b: refs/heads/master
c: 69b427c
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Feb 27, 2010
1 parent b826b54 commit 79a6096
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: dac2965c434b22b5f8acd5634b842cf8a77a06b3
refs/heads/master: 69b427cd23b6f637763bf49e3e166c1236313f69
1 change: 0 additions & 1 deletion trunk/arch/mips/include/asm/pmc-sierra/msp71xx/msp_prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
#define ZSP_DUET 'D' /* one DUET zsp engine */
#define ZSP_TRIAD 'T' /* two TRIAD zsp engines */

extern char *prom_getcmdline(void);
extern char *prom_getenv(char *name);
extern void prom_init_cmdline(void);
extern void prom_meminit(void);
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/mips/pmc-sierra/msp71xx/msp_prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,6 @@ char *prom_getenv(char *env_name)
}

/* PROM commandline functions */
char *prom_getcmdline(void)
{
return &(arcs_cmdline[0]);
}
EXPORT_SYMBOL(prom_getcmdline);

void __init prom_init_cmdline(void)
{
char *cp;
Expand Down

0 comments on commit 79a6096

Please sign in to comment.