]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 493353534a0f2c05ef4ad3912c0b91394a5bfcc8..537488cbf941a3699ccaf533d8a9bb92c9788434 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>