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:
6e800af
)
[INET]: Add a missing include <linux/vmalloc.h> to inet_hashtables.h
author
Eric Dumazet
<dada1@cosmosbay.com>
Sun, 11 Nov 2007 05:18:39 +0000
(21:18 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 11 Nov 2007 05:18:39 +0000
(21:18 -0800)
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_hashtables.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/inet_hashtables.h
b/include/net/inet_hashtables.h
index 8461cda37490f2ba6a207f6e4583d3f998dd661f..469216d936631d3e76a4d92544b7e9f32e5c0706 100644
(file)
--- a/
include/net/inet_hashtables.h
+++ b/
include/net/inet_hashtables.h
@@
-23,6
+23,7
@@
#include <linux/spinlock.h>
#include <linux/types.h>
#include <linux/wait.h>
+#include <linux/vmalloc.h>
#include <net/inet_connection_sock.h>
#include <net/inet_sock.h>