diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-06-23 18:53:31 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-24 02:15:45 -0400 |
commit | 942a6bdd1c4d2419a42be77ba1c964e4ba8dae9e (patch) | |
tree | b1a432a83aff7b88d301d4932ff75e5078b8c347 /drivers/net | |
parent | a2bd4fd17926d715a470fbe0ebe05128ba410984 (diff) |
[SPARC]: Port sparc64 in-kernel device tree code to sparc32.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-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 b0d452733c9b..cfec9e2c0932 100644 --- a/drivers/net/sunhme.c +++ b/drivers/net/sunhme.c | |||
@@ -45,6 +45,7 @@ | |||
45 | #include <asm/sbus.h> | 45 | #include <asm/sbus.h> |
46 | #include <asm/openprom.h> | 46 | #include <asm/openprom.h> |
47 | #include <asm/oplib.h> | 47 | #include <asm/oplib.h> |
48 | #include <asm/prom.h> | ||
48 | #include <asm/auxio.h> | 49 | #include <asm/auxio.h> |
49 | #ifndef __sparc_v9__ | 50 | #ifndef __sparc_v9__ |
50 | #include <asm/io-unit.h> | 51 | #include <asm/io-unit.h> |