[SUNLANCE]: Fix sparc32 crashes by using of_*() interfaces.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 31 Jul 2007 01:23:39 +0000 (18:23 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 31 Jul 2007 01:23:39 +0000 (18:23 -0700)
This driver was still using the deprecated prom_*() interfaces to
obtain values out of the OBP device tree, and this is causing
some kinds of problems on sparc32 especially SMP boxes.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found