History log of /arch/sparc/kernel/btext.c
Revision Date Author Comments
f1eabec577c447ad41f8da165c89435416e4346d 16-May-2014 Sam Ravnborg <sam@ravnborg.org> sparc64: fix sparse warning in btext.c

Fix following warning:
btext.c:140:6: warning: symbol 'btext_drawchar' was not declared. Should it be static?

Define the function static as it is only used in this file.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
cdd0b0ac120185ea1adb4dd42ce552617e1cc0d6 22-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> sparc: remove several unnecessary module.h include instances

Building an allyesconfig doesn't reveal a hidden need
for any of these. Since module.h brings in the whole kitchen
sink, it just needlessly adds 30k+ lines to the cpp burden.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
8d1255627d4ce9cb4b9d0a1c44b6c18d92e84a99 08-Oct-2010 Andres Salomon <dilinger@queued.net> of/sparc: convert various prom_* functions to use phandle

Rather than passing around ints everywhere, use the
phandle type where appropriate for the various functions
that talk to the PROM.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
c57ec52f2647e53709c3ce8d86b28876c2f32de0 28-Nov-2009 David S. Miller <davem@davemloft.net> sparc64: Faster early-boot framebuffer console.

Borrow the powerpc bootx text console driver.

Signed-off-by: David S. Miller <davem@davemloft.net>