mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-09 19:10:45 +00:00
staging: vt6655:fix warning for unexported non-static functions
There is one function in aes_ccmp.c which is exported, but sparse sees it unexported because it doesn't include the header that exports it. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1683440595
commit
e7a3cd595a
@ -35,6 +35,7 @@
|
||||
|
||||
#include "device.h"
|
||||
#include "80211hdr.h"
|
||||
#include "aes_ccmp.h"
|
||||
|
||||
/*--------------------- Static Definitions -------------------------*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user