diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-01-19 02:28:07 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-09 09:22:38 -0400 |
commit | 5742964e916269e01a3467d2bff2601180b7da3d (patch) | |
tree | 16f5b6675cb8f6cf3e121d36557ce9978cb05f28 /drivers/net/smc911x.h | |
parent | 290a5589ce83540d0aba811c3d15af34aa373533 (diff) |
[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h
pxa-regs.h and hardware.h are not intended for use directly in driver
code, remove those unnecessary references.
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'drivers/net/smc911x.h')
-rw-r--r-- | drivers/net/smc911x.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h index 870b4c33f108..611584ee7a01 100644 --- a/drivers/net/smc911x.h +++ b/drivers/net/smc911x.h | |||
@@ -226,8 +226,7 @@ static inline void SMC_outsl(struct smc911x_local *lp, int reg, | |||
226 | * Use a DMA for RX and TX packets. | 226 | * Use a DMA for RX and TX packets. |
227 | */ | 227 | */ |
228 | #include <linux/dma-mapping.h> | 228 | #include <linux/dma-mapping.h> |
229 | #include <asm/dma.h> | 229 | #include <mach/dma.h> |
230 | #include <mach/pxa-regs.h> | ||
231 | 230 | ||
232 | static dma_addr_t rx_dmabuf, tx_dmabuf; | 231 | static dma_addr_t rx_dmabuf, tx_dmabuf; |
233 | static int rx_dmalen, tx_dmalen; | 232 | static int rx_dmalen, tx_dmalen; |