kyrofb: fix on x86_64
authorOndrej Zary <linux@rainbow-software.org>
Wed, 21 Mar 2012 22:36:50 +0000 (23:36 +0100)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sun, 8 Apr 2012 14:27:08 +0000 (14:27 +0000)
kyrofb is completely broken on x86_64 because the registers are defined as
unsigned long. Change them to u32 to make the driver work.
Tested with Hercules 3D Prophet 4000XT.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>

No differences found