diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2012-11-07 04:13:58 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-11-07 12:01:54 -0500 |
commit | 4afebd6364903d9616073b1fb71a75291e55dfec (patch) | |
tree | df5aed6d8de771a766d01f5f2d86f06f5c8bbbc5 /net | |
parent | 6fc1da9b4bba273989a707997f52b6382f608a2f (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')
-rw-r--r-- | net/mac80211/aes_cmac.c | 1 |
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 @@ | |||
10 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
11 | #include <linux/types.h> | 11 | #include <linux/types.h> |
12 | #include <linux/crypto.h> | 12 | #include <linux/crypto.h> |
13 | #include <linux/export.h> | ||
13 | #include <linux/err.h> | 14 | #include <linux/err.h> |
14 | #include <crypto/aes.h> | 15 | #include <crypto/aes.h> |
15 | 16 | ||