From: JunweiZhang Date: Wed, 26 Jun 2013 08:40:05 +0000 (+0800) Subject: kernel: remove unnecessary head file X-Git-Tag: Ubuntu-5.10.0-12.13~18766^2~89^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d0667186eb0eab78dcca9f75af6ed03873ca8d9f;p=mirror_ubuntu-hirsute-kernel.git 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 Signed-off-by: Nicolas Dichtel Reviewed-by: Julian Anastasov Signed-off-by: Simon Horman --- 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 #include -#include #include #include #include