瀏覽代碼

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>
Emmanuel Grumbach 13 年之前
父節點
當前提交
4afebd6364
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      net/mac80211/aes_cmac.c

+ 1 - 0
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>