diff options
Diffstat (limited to 'drivers/net/smc911x.h')
-rw-r--r-- | drivers/net/smc911x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h index 76c17c28fab4..2abfc2845198 100644 --- a/drivers/net/smc911x.h +++ b/drivers/net/smc911x.h | |||
@@ -222,7 +222,7 @@ static inline void SMC_outsl(struct smc911x_local *lp, int reg, | |||
222 | */ | 222 | */ |
223 | #include <linux/dma-mapping.h> | 223 | #include <linux/dma-mapping.h> |
224 | #include <asm/dma.h> | 224 | #include <asm/dma.h> |
225 | #include <asm/arch/pxa-regs.h> | 225 | #include <mach/pxa-regs.h> |
226 | 226 | ||
227 | static dma_addr_t rx_dmabuf, tx_dmabuf; | 227 | static dma_addr_t rx_dmabuf, tx_dmabuf; |
228 | static int rx_dmalen, tx_dmalen; | 228 | static int rx_dmalen, tx_dmalen; |