From: Jaswinder Singh Rajput Date: Sun, 9 Aug 2009 03:12:38 +0000 (+0000) Subject: net: smc911x: includecheck fix for smc911x.h X-Git-Tag: v2.6.32-rc1~703^2~428 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f2341641766af3de18502abb6ac9b98e0e4c6bdb;p=~shefty%2Frdma-dev.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h index 8140f7cb4d8..05adb6a666c 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, * Use a DMA for RX and TX packets. */ #include -#include static dma_addr_t rx_dmabuf, tx_dmabuf; static int rx_dmalen, tx_dmalen;