commit | 942a6bdd1c4d2419a42be77ba1c964e4ba8dae9e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Fri Jun 23 15:53:31 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Jun 23 23:15:45 2006 -0700 |
tree | b1a432a83aff7b88d301d4932ff75e5078b8c347 | |
parent | a2bd4fd17926d715a470fbe0ebe05128ba410984 [diff] [blame] |
[SPARC]: Port sparc64 in-kernel device tree code to sparc32. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/net/sunhme.c b/drivers/net/sunhme.c index b0d4527..cfec9e2 100644 --- a/drivers/net/sunhme.c +++ b/drivers/net/sunhme.c
@@ -45,6 +45,7 @@ #include <asm/sbus.h> #include <asm/openprom.h> #include <asm/oplib.h> +#include <asm/prom.h> #include <asm/auxio.h> #ifndef __sparc_v9__ #include <asm/io-unit.h>