projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
061964f
)
[NET]: include/net/route.h - remove duplicate include
author
Joe Perches
<joe@perches.com>
Mon, 24 Mar 2008 05:03:56 +0000
(22:03 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 24 Mar 2008 05:03:56 +0000
(22:03 -0700)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/route.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/route.h
b/include/net/route.h
index eadad590142992fdcf3ae92f49a624821ec3d275..28dba925663c01817743209429593413bef6a1af 100644
(file)
--- a/
include/net/route.h
+++ b/
include/net/route.h
@@
-34,7
+34,6
@@
#include <linux/ip.h>
#include <linux/cache.h>
#include <linux/security.h>
-#include <net/sock.h>
#ifndef __KERNEL__
#warning This file is not supposed to be used outside of kernel.