Skip to content

Commit

Permalink
net: smc911x: includecheck fix for smc911x.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput authored and David S. Miller committed Aug 13, 2009
1 parent aed7df8 commit f234164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/smc911x.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ static inline void SMC_outsl(struct smc911x_local *lp, int reg,
* Use a DMA for RX and TX packets.
*/
#include <linux/dma-mapping.h>
#include <mach/dma.h>

static dma_addr_t rx_dmabuf, tx_dmabuf;
static int rx_dmalen, tx_dmalen;
Expand Down

0 comments on commit f234164

Please sign in to comment.