From: James Chapman Date: Tue, 3 Aug 2010 07:42:17 +0000 (-0700) Subject: l2tp: fix export of header file for userspace X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4565956dc0847985c0403c9ebbf274b6a122e1e2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git l2tp: fix export of header file for userspace The header file l2tp.h should be exported to the installed include/linux/ tree for userspace programs. This patch fixes compilation errors in L2TP userspace apps which want to use the new L2TP support introduced in 2.6.35. Signed-off-by: James Chapman Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 2fc8e14cc24a..9aa9bcadf869 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -276,6 +276,7 @@ ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) unifdef-y += kvm_para.h endif +unifdef-y += l2tp.h unifdef-y += llc.h unifdef-y += loop.h unifdef-y += lp.h