diff options
Diffstat (limited to 'drivers/net/sungem.c')
-rw-r--r-- | drivers/net/sungem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/sungem.c b/drivers/net/sungem.c index ab5930099267..70f018d37399 100644 --- a/drivers/net/sungem.c +++ b/drivers/net/sungem.c | |||
@@ -66,15 +66,14 @@ | |||
66 | #include <asm/byteorder.h> | 66 | #include <asm/byteorder.h> |
67 | #include <asm/uaccess.h> | 67 | #include <asm/uaccess.h> |
68 | #include <asm/irq.h> | 68 | #include <asm/irq.h> |
69 | #include <asm/prom.h> | ||
69 | 70 | ||
70 | #ifdef CONFIG_SPARC | 71 | #ifdef CONFIG_SPARC |
71 | #include <asm/idprom.h> | 72 | #include <asm/idprom.h> |
72 | #include <asm/prom.h> | ||
73 | #endif | 73 | #endif |
74 | 74 | ||
75 | #ifdef CONFIG_PPC_PMAC | 75 | #ifdef CONFIG_PPC_PMAC |
76 | #include <asm/pci-bridge.h> | 76 | #include <asm/pci-bridge.h> |
77 | #include <asm/prom.h> | ||
78 | #include <asm/machdep.h> | 77 | #include <asm/machdep.h> |
79 | #include <asm/pmac_feature.h> | 78 | #include <asm/pmac_feature.h> |
80 | #endif | 79 | #endif |