ucc_geth: Fix a bunch of sparse warnings
authorAndy Fleming <afleming@freescale.com>
Fri, 2 May 2008 18:01:23 +0000 (13:01 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 6 May 2008 16:02:08 +0000 (12:02 -0400)
ucc_geth didn't have anything marked as __iomem.  It was also inconsistent
with its use of in/out accessors (using them sometimes, not using them other
times).  Cleaning this up cuts the warnings down from hundreds to just over a
dozen.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found