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:
8da560c
)
netfilter: ipset: remove unnecessary includes
author
Patrick McHardy
<kaber@trash.net>
Tue, 1 Feb 2011 15:57:37 +0000
(16:57 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Tue, 1 Feb 2011 15:57:37 +0000
(16:57 +0100)
None of the set types need uaccess.h since this is handled centrally
in ip_set_core. Most set types additionally don't need bitops.h and
spinlock.h since they use neither. tcp.h is only needed by those
using before(), udp.h is not needed at all.
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found