git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486a87f
)
netns: build fix for net_alloc_generic
author
Clemens Noss
<cnoss@gmx.de>
Mon, 23 Feb 2009 23:37:35 +0000
(15:37 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 23 Feb 2009 23:37:35 +0000
(15:37 -0800)
net_alloc_generic was defined in #ifdef CONFIG_NET_NS, but used
unconditionally. Move net_alloc_generic out of #ifdef.
Signed-off-by: Clemens Noss <cnoss@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found