vsprintf: factor out skip_space code in a separate function
[safe/jmp/linux-2.6] / drivers / net / smc911x.h
index a45952e..05adb6a 100644 (file)
@@ -236,8 +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 <asm/dma.h>
-#include <mach/pxa-regs.h>
 
 static dma_addr_t rx_dmabuf, tx_dmabuf;
 static int rx_dmalen, tx_dmalen;