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

[SPARC64]: Fix iomem warnings in display7seg driver.

parent 24821392
......@@ -70,7 +70,7 @@ MODULE_SUPPORTED_DEVICE
* FLIP - Inverts display for upside-down mounted board
* bits 0-4 - 7-segment display contents
*/
volatile u8* d7s_regs = NULL;
static void __iomem* d7s_regs;
static inline void d7s_free(void)
{
......
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