sparc: Kill PROM console driver.
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Sep 2009 00:04:38 +0000 (17:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Sep 2009 00:04:38 +0000 (17:04 -0700)
commit09d3f3f0e02c8a900d076c302c5c02227f33572d
tree4114d7de68bc4579b03b8b5ac81483836412fd96
parent0cb583fd2862f19ea88b02eb307d11c09e51e2f8
sparc: Kill PROM console driver.

Many years ago when this driver was written, it had a use, but these
days it's nothing but trouble and distributions should not enable it
in any situation.

Pretty much every console device a sparc machine could see has a
bonafide real driver, making the PROM console hack unnecessary.

If any new device shows up, we should write a driver instead of
depending upon this crutch to save us.  We've been able to take care
of this even when no chip documentation exists (sunxvr500, sunxvr2500)
so there are no excuses.

Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/dontdiff
arch/sparc/kernel/setup_32.c
arch/sparc/kernel/setup_64.c
drivers/char/vt.c
drivers/video/console/.gitignore [deleted file]
drivers/video/console/Kconfig
drivers/video/console/Makefile
drivers/video/console/prom.uni [deleted file]
drivers/video/console/promcon.c [deleted file]
scripts/Makefile