diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-08-30 09:06:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-01 17:33:47 -0400 |
commit | 6267300e979e0fa912d871c7727c168bf3dbb37a (patch) | |
tree | aa35942339f2dbafb9e0886a0de5dad705f514d3 /drivers/net | |
parent | 6602cebb5bcac1fccf2850541f8bf9fcc8c86dee (diff) |
pxa168_eth: remove duplicated #include
Remove duplicated #include('s) in
drivers/net/pxa168_eth.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/pxa168_eth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/pxa168_eth.c b/drivers/net/pxa168_eth.c index ecc64d750cce..659915cf6872 100644 --- a/drivers/net/pxa168_eth.c +++ b/drivers/net/pxa168_eth.c | |||
@@ -42,8 +42,6 @@ | |||
42 | #include <linux/types.h> | 42 | #include <linux/types.h> |
43 | #include <asm/pgtable.h> | 43 | #include <asm/pgtable.h> |
44 | #include <asm/system.h> | 44 | #include <asm/system.h> |
45 | #include <linux/delay.h> | ||
46 | #include <linux/dma-mapping.h> | ||
47 | #include <asm/cacheflush.h> | 45 | #include <asm/cacheflush.h> |
48 | #include <linux/pxa168_eth.h> | 46 | #include <linux/pxa168_eth.h> |
49 | 47 | ||