mac80211: include export.h in aes_cmac
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 7 Nov 2012 09:13:58 +0000 (11:13 +0200)
committerJohannes 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

index 4933535..537488c 100644 (file)
@@ -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>