From: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> Due to new includes, the context in the patch wasn't correct, so the patch xouldn't apply. Fix it Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- patches/0013-fix-makefile-includes/wireless.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/0013-fix-makefile-includes/wireless.patch b/patches/0013-fix-makefile-includes/wireless.patch index 91bddf547b52..73fd53628f65 100644 --- a/patches/0013-fix-makefile-includes/wireless.patch +++ b/patches/0013-fix-makefile-includes/wireless.patch @@ -7,6 +7,6 @@ linux/module.h include needed for 4.11 till 5.5 #include <linux/moduleparam.h> #include <linux/firmware.h> +#include <linux/module.h> + #include <linux/units.h> + #include <net/cfg80211.h> - #include "core.h" - #include "reg.h" -- 2.45.1