projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc1da9
)
mac80211: include export.h in aes_cmac
author
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Wed, 7 Nov 2012 09:13:58 +0000
(11:13 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 7 Nov 2012 17:01:54 +0000
(18:01 +0100)
This is needed since this file exports functions.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/aes_cmac.c
patch
|
blob
|
history
diff --git
a/net/mac80211/aes_cmac.c
b/net/mac80211/aes_cmac.c
index 493353534a0f2c05ef4ad3912c0b91394a5bfcc8..537488cbf941a3699ccaf533d8a9bb92c9788434 100644
(file)
--- a/
net/mac80211/aes_cmac.c
+++ b/
net/mac80211/aes_cmac.c
@@
-10,6
+10,7
@@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/crypto.h>
+#include <linux/export.h>
#include <linux/err.h>
#include <crypto/aes.h>