From: Andrew Morton net/ipv4/ipvs/ip_vs_conn.c: In function `ct_read_lock_bh': net/ipv4/ipvs/ip_vs_conn.c:95: warning: implicit declaration of function `local_bh_disable' net/ipv4/ipvs/ip_vs_conn.c: In function `ct_read_unlock_bh': net/ipv4/ipvs/ip_vs_conn.c:100: warning: implicit declaration of function `local_bh_enable' net/ipv4/ipvs/ip_vs_sched.c: In function `ip_vs_sched_getbyname': net/ipv4/ipvs/ip_vs_sched.c:110: warning: implicit declaration of function `local_bh_disable' net/ipv4/ipvs/ip_vs_sched.c:124: warning: implicit declaration of function `local_bh_enable' net/ipv4/ipvs/ip_vs_est.c: In function `ip_vs_new_estimator': net/ipv4/ipvs/ip_vs_est.c:147: warning: implicit declaration of function `local_bh_disable' net/ipv4/ipvs/ip_vs_est.c:156: warning: implicit declaration of function `local_bh_enable' Cc: "David S. Miller" Signed-off-by: Andrew Morton --- net/ipv4/ipvs/ip_vs_conn.c | 1 + net/ipv4/ipvs/ip_vs_est.c | 2 ++ net/ipv4/ipvs/ip_vs_sched.c | 1 + 3 files changed, 4 insertions(+) diff -puN net/ipv4/ipvs/ip_vs_conn.c~ipvs-build-fixes net/ipv4/ipvs/ip_vs_conn.c --- devel/net/ipv4/ipvs/ip_vs_conn.c~ipvs-build-fixes 2006-01-05 05:31:30.000000000 -0800 +++ devel-akpm/net/ipv4/ipvs/ip_vs_conn.c 2006-01-05 05:31:45.000000000 -0800 @@ -24,6 +24,7 @@ * */ +#include #include #include #include diff -puN net/ipv4/ipvs/ip_vs_sched.c~ipvs-build-fixes net/ipv4/ipvs/ip_vs_sched.c --- devel/net/ipv4/ipvs/ip_vs_sched.c~ipvs-build-fixes 2006-01-05 05:31:30.000000000 -0800 +++ devel-akpm/net/ipv4/ipvs/ip_vs_sched.c 2006-01-05 05:31:52.000000000 -0800 @@ -19,6 +19,7 @@ * */ +#include #include #include #include diff -puN net/ipv4/ipvs/ip_vs_est.c~ipvs-build-fixes net/ipv4/ipvs/ip_vs_est.c --- devel/net/ipv4/ipvs/ip_vs_est.c~ipvs-build-fixes 2006-01-05 05:31:30.000000000 -0800 +++ devel-akpm/net/ipv4/ipvs/ip_vs_est.c 2006-01-05 05:31:58.000000000 -0800 @@ -13,6 +13,8 @@ * Changes: * */ + +#include #include #include #include _