Commit fd0142be authored by David S. Miller's avatar David S. Miller

[SPARC64]: auxio_register is pointer not integer.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 27d75650
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <asm/auxio.h> #include <asm/auxio.h>
/* This cannot be static, as it is referenced in entry.S */ /* This cannot be static, as it is referenced in entry.S */
void __iomem *auxio_register = 0UL; void __iomem *auxio_register = NULL;
enum auxio_type { enum auxio_type {
AUXIO_TYPE_NODEV, AUXIO_TYPE_NODEV,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment