diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-06-23 15:53:31 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-23 23:15:45 -0700 |
commit | 942a6bdd1c4d2419a42be77ba1c964e4ba8dae9e (patch) | |
tree | b1a432a83aff7b88d301d4932ff75e5078b8c347 /drivers/net/sunhme.c | |
parent | a2bd4fd17926d715a470fbe0ebe05128ba410984 (diff) | |
download | linux-3.10-942a6bdd1c4d2419a42be77ba1c964e4ba8dae9e.tar.gz linux-3.10-942a6bdd1c4d2419a42be77ba1c964e4ba8dae9e.tar.bz2 linux-3.10-942a6bdd1c4d2419a42be77ba1c964e4ba8dae9e.zip |
[SPARC]: Port sparc64 in-kernel device tree code to sparc32.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sunhme.c')
-rw-r--r-- | drivers/net/sunhme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sunhme.c b/drivers/net/sunhme.c index b0d452733c9..cfec9e2c093 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> |