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: Maarten Bezemer <maarten.bezemer@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40584 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Hauke Mehrtens 2014-04-27 21:53:58 +00:00
parent 5d1d8efab0
commit d8f04251d2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- 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