Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123388
b: refs/heads/master
c: efe6c3d
h: refs/heads/master
v: v3
  • Loading branch information
Robert Reif authored and David S. Miller committed Dec 8, 2008
1 parent 35cce25 commit ab877d5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 51 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: 89b409f77017171c55e79628eefc557126c8fd7f
refs/heads/master: efe6c3dd8b7df809d46fb521eb9af471c47ed608
2 changes: 1 addition & 1 deletion trunk/arch/sparc/include/asm/oplib_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ extern char prom_getchar(void);
extern void prom_putchar(char character);

/* Prom's internal routines, don't use in kernel/boot code. */
extern void prom_printf(char *fmt, ...);
extern void prom_printf(const char *fmt, ...);
extern void prom_write(const char *buf, unsigned int len);

/* Multiprocessor operations... */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sparc/prom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lib-$(CONFIG_SPARC32) += palloc.o
lib-$(CONFIG_SPARC32) += ranges.o
lib-$(CONFIG_SPARC32) += segment.o
lib-y += console_$(BITS).o
lib-y += printf_$(BITS).o
lib-y += printf.o
lib-y += tree_$(BITS).o
lib-$(CONFIG_SPARC64) += p1275.o
lib-$(CONFIG_SPARC64) += cif.o
File renamed without changes.
48 changes: 0 additions & 48 deletions trunk/arch/sparc/prom/printf_32.c

This file was deleted.

0 comments on commit ab877d5

Please sign in to comment.