summaryrefslogtreecommitdiff
path: root/net/mac80211/aes_cmac.c
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2012-11-07 11:13:58 +0200
committerJohannes Berg <johannes.berg@intel.com>2012-11-07 18:01:54 +0100
commit4afebd6364903d9616073b1fb71a75291e55dfec (patch)
treedf5aed6d8de771a766d01f5f2d86f06f5c8bbbc5 /net/mac80211/aes_cmac.c
parent6fc1da9b4bba273989a707997f52b6382f608a2f (diff)
mac80211: include export.h in aes_cmac
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>
Diffstat (limited to 'net/mac80211/aes_cmac.c')
-rw-r--r--net/mac80211/aes_cmac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/aes_cmac.c b/net/mac80211/aes_cmac.c
index 493353534a0f..537488cbf941 100644
--- 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>