commit | d2aca8f9a64c26dcd9b3eb27db949f830eb80b28 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Fri May 16 23:25:43 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 18 19:01:27 2014 -0700 |
tree | 947028ac39abd24dbd624dc5108ad35f92a146cd | |
parent | 7738925de8500093638dd7fa0e5c1d8128c9fc6a [diff] |
sparc32: fix sparse warning in auxio_32.c Fix following warning: auxio_32.c:133:33: warning: cast removes address space of expression To fix this auxio_power_register had to be defined as u8 _iomem. Use proper sbus operations on the pointer. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>