]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit76fcdb30ae1cb28e438e5ffd4db5f49ea3d96cd7
treec0c274c9c6e5f25f82e218a65161857a356903a1
parent80ba80a9bf25d251237694c3fcee850a73324532
[SUNLANCE]: Fix sparc32 crashes by using of_*() interfaces.

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>
drivers/net/sunlance.c