Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Emmanuel Grumbach and committed by
Johannes Berg
4afebd63 6fc1da9b

+1
+1
net/mac80211/aes_cmac.c
··· 10 10 #include <linux/kernel.h> 11 11 #include <linux/types.h> 12 12 #include <linux/crypto.h> 13 + #include <linux/export.h> 13 14 #include <linux/err.h> 14 15 #include <crypto/aes.h> 15 16