Skip to content

Commit

Permalink
Add module.h it is missing in the 3.16 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
bachp authored and rofl0r committed Jul 18, 2018
1 parent 44b2024 commit e839542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPDATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e839542

Please sign in to comment.