diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-08-08 23:12:38 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-13 01:13:16 -0400 |
commit | f2341641766af3de18502abb6ac9b98e0e4c6bdb (patch) | |
tree | ad7d3110663c8ac23fc0e462449e365eaf0691ec /drivers/net/smc911x.h | |
parent | aed7df86983ead0af8364fd26d8a9609ef2ed584 (diff) |
net: smc911x: includecheck fix for smc911x.h
fix the following 'make includecheck' warning:
drivers/net/smc911x.h: mach/dma.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/smc911x.h')
-rw-r--r-- | drivers/net/smc911x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h index 8140f7cb4d85..05adb6a666cf 100644 --- a/drivers/net/smc911x.h +++ b/drivers/net/smc911x.h | |||
@@ -236,7 +236,6 @@ static inline void SMC_outsl(struct smc911x_local *lp, int reg, | |||
236 | * Use a DMA for RX and TX packets. | 236 | * Use a DMA for RX and TX packets. |
237 | */ | 237 | */ |
238 | #include <linux/dma-mapping.h> | 238 | #include <linux/dma-mapping.h> |
239 | #include <mach/dma.h> | ||
240 | 239 | ||
241 | static dma_addr_t rx_dmabuf, tx_dmabuf; | 240 | static dma_addr_t rx_dmabuf, tx_dmabuf; |
242 | static int rx_dmalen, tx_dmalen; | 241 | static int rx_dmalen, tx_dmalen; |