Skip to content
Snippets Groups Projects
Commit fb017472 authored by Kim Phillips's avatar Kim Phillips Committed by David S. Miller
Browse files

gianfar: use more portable i/o accessors


in/out_be32 accessors are Power arch centric whereas
ioread/writebe32 are available in other arches.  Also, unlike
in/out_be32, ioread/writebe32 expect non-volatile address arguments.

Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 28a28283
No related branches found
No related tags found
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