diff mbox series

[62/74] patches: fix wireless.patch

Message ID 20240524190907.e9041a963b3a.I5f73b4c554ca85dc817dc46a57f5d6ef09a3b562@changeid (mailing list archive)
State New, archived
Headers show
Series backport updates from Intel | expand

Commit Message

Johannes Berg May 24, 2024, 5:08 p.m. UTC
From: Miri Korenblit <miriam.rachel.korenblit@intel.com>

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@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 patches/0013-fix-makefile-includes/wireless.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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"