Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95863
b: refs/heads/master
c: 4a1236a
h: refs/heads/master
i:
  95861: d5d9305
  95859: 3d91ec3
  95855: 0d493b5
v: v3
  • Loading branch information
David S. Miller committed May 2, 2008
1 parent d4ff51b commit b6ea761
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 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: 9f2b2a5f68c27c00f1e1f1922de5aa2f24505ed8
refs/heads/master: 4a1236ac6ee3bb3a2f585e66871de3c39ab38f7c
7 changes: 0 additions & 7 deletions trunk/arch/sparc/prom/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ linux_sun4_romvec *sun4_romvec;
/* The root node of the prom device tree. */
int prom_root_node;

int prom_stdin, prom_stdout;

/* Pointer to the device tree operations structure. */
struct linux_nodeops *prom_nodeops;

Expand Down Expand Up @@ -74,11 +72,6 @@ void __init prom_init(struct linux_romvec *rp)
(((unsigned long) prom_nodeops) == -1))
prom_halt();

if(prom_vers == PROM_V2 || prom_vers == PROM_V3) {
prom_stdout = *romvec->pv_v2bootargs.fd_stdout;
prom_stdin = *romvec->pv_v2bootargs.fd_stdin;
}

prom_meminit();

prom_ranges_init();
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/asm-sparc/oplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ extern unsigned int prom_rev, prom_prev;
*/
extern int prom_root_node;

/* PROM stdin and stdout */
extern int prom_stdin, prom_stdout;

/* Pointer to prom structure containing the device tree traversal
* and usage utility functions. Only prom-lib should use these,
* users use the interface defined by the library only!
Expand Down

0 comments on commit b6ea761

Please sign in to comment.