Skip to content
Snippets Groups Projects
Commit 277fb574 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

mac80211: Fix build errors due to missing string function declarations


Building mac80211 failed, due to missing function declarations in compat/backport-3.15.c
This patch adds the linux/string.h header file to provide these function declarations

Signed-off-by: default avatarMaarten Bezemer <maarten.bezemer@gmail.com>

SVN-Revision: 40584
parent 513b7966
No related branches found
No related tags found
No related merge requests found
--- a/compat/backport-3.15.c
+++ b/compat/backport-3.15.c
@@ -11,6 +11,7 @@
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/of.h>
+#include <linux/string.h>
/**
* devm_kstrdup - Allocate resource managed space and
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment