[PATCH 62/74] patches: fix wireless.patch
Johannes Berg <[email protected]> Fri, 24 May 2024 19:08:14 +0200
| Newsgroups | org.kernel.vger.backports |
|---|---|
| Message-ID | <20240524190907.e9041a963b3a.I5f73b4c554ca85dc817dc46a57f5d6ef09a3b562@changeid> |
From: Miri Korenblit <[email protected]> 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 <[email protected]> Signed-off-by: Johannes Berg <[email protected]> --- 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