From e839542893e319870491cc2b4bc47ff18e76f7a6 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Tue, 17 Jul 2018 22:06:28 +0200 Subject: [PATCH] Add module.h it is missing in the 3.16 kernel --- UPDATE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATE.sh b/UPDATE.sh index 3907b7b..154c452 100755 --- a/UPDATE.sh +++ b/UPDATE.sh @@ -20,7 +20,7 @@ do done # these headers are missing from headers_install_all -cp -a $1/include/uapi/linux/{a.out,kvm,kvm_para}.h generic/include/linux/ +cp -a $1/include/uapi/linux/{a.out,kvm,kvm_para,module}.h generic/include/linux/ find generic -name '..install.cmd' | xargs rm find generic -name '.install' | xargs rm