Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223263
b: refs/heads/master
c: b148246
h: refs/heads/master
i:
  223261: 1435559
  223259: 20d08b7
  223255: dab5ffa
  223247: 2ad48f4
  223231: 3ba73eb
v: v3
  • Loading branch information
David S. Miller committed Nov 16, 2010
1 parent 99b0fcc commit 6b9647f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 196 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: 17d70d6df0c4ea7a203b444001572a91ad9c2bef
refs/heads/master: b148246912bea92bde2a0cba125ca94f1f776b12
19 changes: 0 additions & 19 deletions trunk/arch/sparc/include/asm/oplib_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,25 +60,6 @@ extern char *prom_getbootargs(void);
extern char *prom_mapio(char *virt_hint, int io_space, unsigned int phys_addr, unsigned int num_bytes);
extern void prom_unmapio(char *virt_addr, unsigned int num_bytes);

/* Device operations. */

/* Open the device described by the passed string. Note, that the format
* of the string is different on V0 vs. V2->higher proms. The caller must
* know what he/she is doing! Returns the device descriptor, an int.
*/
extern int prom_devopen(char *device_string);

/* Close a previously opened device described by the passed integer
* descriptor.
*/
extern int prom_devclose(int device_handle);

/* Do a seek operation on the device described by the passed integer
* descriptor.
*/
extern void prom_seek(int device_handle, unsigned int seek_hival,
unsigned int seek_lowval);

/* Miscellaneous routines, don't really fit in any category per se. */

/* Reboot the machine with the command line passed. */
Expand Down
21 changes: 0 additions & 21 deletions trunk/arch/sparc/include/asm/oplib_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,6 @@ extern void prom_init(void *cif_handler, void *cif_stack);
/* Boot argument acquisition, returns the boot command line string. */
extern char *prom_getbootargs(void);

/* Device utilities. */

/* Device operations. */

/* Open the device described by the passed string. Note, that the format
* of the string is different on V0 vs. V2->higher proms. The caller must
* know what he/she is doing! Returns the device descriptor, an int.
*/
extern int prom_devopen(const char *device_string);

/* Close a previously opened device described by the passed integer
* descriptor.
*/
extern int prom_devclose(int device_handle);

/* Do a seek operation on the device described by the passed integer
* descriptor.
*/
extern void prom_seek(int device_handle, unsigned int seek_hival,
unsigned int seek_lowval);

/* Miscellaneous routines, don't really fit in any category per se. */

/* Reboot the machine with the command line passed. */
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/prom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ccflags := -Werror

lib-y := bootstr_$(BITS).o
lib-$(CONFIG_SPARC32) += devmap.o
lib-y += devops_$(BITS).o
lib-y += init_$(BITS).o
lib-$(CONFIG_SPARC32) += memory.o
lib-y += misc_$(BITS).o
Expand Down
87 changes: 0 additions & 87 deletions trunk/arch/sparc/prom/devops_32.c

This file was deleted.

67 changes: 0 additions & 67 deletions trunk/arch/sparc/prom/devops_64.c

This file was deleted.

0 comments on commit 6b9647f

Please sign in to comment.