Browse Source

ethernet: moxa: remove duplicate includes

Reported by "make includecheck"

Tested that drivers/net/ethernet/moxa/moxart_ether.c still compiles
well on ARM

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Michael Opdenacker 11 years ago
parent
commit
b62c47d8a5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/ethernet/moxa/moxart_ether.c

+ 0 - 1
drivers/net/ethernet/moxa/moxart_ether.c

@@ -26,7 +26,6 @@
 #include <linux/of_irq.h>
 #include <linux/crc32.h>
 #include <linux/crc32c.h>
-#include <linux/dma-mapping.h>
 
 #include "moxart_ether.h"