diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-01-20 02:48:15 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2011-01-20 02:48:15 -0500 |
commit | 5d8449286456659cdd0998e62d80df2d9e77e9e3 (patch) | |
tree | 3e773cbdc028f6c9bc0331bb137e3c64625a0cf5 | |
parent | 14f0290ba44de6ed435fea24bba26e7868421c66 (diff) |
netfilter: xtables: remove extraneous header that slipped in
Commit 0b8ad87 (netfilter: xtables: add missing header files to export
list) erroneously added this.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r-- | include/linux/netfilter/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index fc4e0aa805a2..89c0d1e20d72 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild | |||
@@ -56,7 +56,6 @@ header-y += xt_rateest.h | |||
56 | header-y += xt_realm.h | 56 | header-y += xt_realm.h |
57 | header-y += xt_recent.h | 57 | header-y += xt_recent.h |
58 | header-y += xt_sctp.h | 58 | header-y += xt_sctp.h |
59 | header-y += xt_secmark.h | ||
60 | header-y += xt_socket.h | 59 | header-y += xt_socket.h |
61 | header-y += xt_state.h | 60 | header-y += xt_state.h |
62 | header-y += xt_statistic.h | 61 | header-y += xt_statistic.h |