aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunweiZhang <[email protected]>2013-06-26 16:40:05 +0800
committerSimon Horman <[email protected]>2013-06-26 18:01:46 +0900
commitd0667186eb0eab78dcca9f75af6ed03873ca8d9f (patch)
tree4d653506df9e240f253b24ab031c7215d8205751
parent4d0c875dcc4923476f364e83912d134da2df224c (diff)
kernel: remove unnecessary head file
ip_vs.h is not necessary for sysctl_binary.c. prepare for the next patch to avoid compile issue. Signed-off-by: JunweiZhang <[email protected]> Signed-off-by: Nicolas Dichtel <[email protected]> Reviewed-by: Julian Anastasov <[email protected]> Signed-off-by: Simon Horman <[email protected]>
-rw-r--r--kernel/sysctl_binary.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c
index aea4a9ea6fc8..b609213ca9a2 100644
--- a/kernel/sysctl_binary.c
+++ b/kernel/sysctl_binary.c
@@ -3,7 +3,6 @@
#include "../fs/xfs/xfs_sysctl.h"
#include <linux/sunrpc/debug.h>
#include <linux/string.h>
-#include <net/ip_vs.h>
#include <linux/syscalls.h>
#include <linux/namei.h>
#include <linux/mount.h>