[PARISC] Fix stifb with IOREMAP and a 64-bit kernel
commit857600c77161fd36e30cd6bcca9a0a8676036323
authorHelge Deller <deller@parisc-linux.org>
Wed, 22 Mar 2006 22:19:46 +0000 (22 15:19 -0700)
committerKyle McMartin <kyle@hera.kernel.org>
Thu, 30 Mar 2006 17:48:47 +0000 (30 17:48 +0000)
treebef75f9f9a2bebd9fc084b8a15064bdce1a45aef
parentb8ce0aadcdebbaf5ec013c57e2a0803060817bcc
[PARISC] Fix stifb with IOREMAP and a 64-bit kernel

Kill various warnings when built using ioremap.
Remove stifb_{read,write} functions, which are now obsolete (and stack abusers!)
Disable stifb mmap() functionality on a 64-bit kernel, it will crash the
machine.

Signed-off-by: Helge Deller <deller@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
drivers/video/console/sticore.c
drivers/video/sticore.h
drivers/video/stifb.c