diff options
| -rw-r--r-- | drivers/net/sungem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/sungem.c b/drivers/net/sungem.c index be745ae8f4e3..ade35dde5b51 100644 --- a/drivers/net/sungem.c +++ b/drivers/net/sungem.c | |||
| @@ -46,14 +46,15 @@ | |||
| 46 | #include <asm/byteorder.h> | 46 | #include <asm/byteorder.h> |
| 47 | #include <asm/uaccess.h> | 47 | #include <asm/uaccess.h> |
| 48 | #include <asm/irq.h> | 48 | #include <asm/irq.h> |
| 49 | #include <asm/prom.h> | ||
| 50 | 49 | ||
| 51 | #ifdef CONFIG_SPARC | 50 | #ifdef CONFIG_SPARC |
| 52 | #include <asm/idprom.h> | 51 | #include <asm/idprom.h> |
| 52 | #include <asm/prom.h> | ||
| 53 | #endif | 53 | #endif |
| 54 | 54 | ||
| 55 | #ifdef CONFIG_PPC_PMAC | 55 | #ifdef CONFIG_PPC_PMAC |
| 56 | #include <asm/pci-bridge.h> | 56 | #include <asm/pci-bridge.h> |
| 57 | #include <asm/prom.h> | ||
| 57 | #include <asm/machdep.h> | 58 | #include <asm/machdep.h> |
| 58 | #include <asm/pmac_feature.h> | 59 | #include <asm/pmac_feature.h> |
| 59 | #endif | 60 | #endif |
