projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6602ceb
)
pxa168_eth: remove duplicated #include
author
Huang Weiyi
<weiyi.huang@gmail.com>
Mon, 30 Aug 2010 13:06:20 +0000
(13:06 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 1 Sep 2010 21:33:47 +0000
(14:33 -0700)
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>
drivers/net/pxa168_eth.c
patch
|
blob
|
history
diff --git
a/drivers/net/pxa168_eth.c
b/drivers/net/pxa168_eth.c
index ecc64d750cce0535103aa9d22ca0232043a628b1..659915cf6872d42cc6f8ac675297bc6a99287680 100644
(file)
--- a/
drivers/net/pxa168_eth.c
+++ b/
drivers/net/pxa168_eth.c
@@
-42,8
+42,6
@@
#include <linux/types.h>
#include <asm/pgtable.h>
#include <asm/system.h>
-#include <linux/delay.h>
-#include <linux/dma-mapping.h>
#include <asm/cacheflush.h>
#include <linux/pxa168_eth.h>