]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
Merge branch 'next/cleanup3' of git://git.linaro.org/people/arnd/arm-soc
[~andy/linux] / drivers / staging / rtl8192e / rtllib_crypt_ccmp.c
index 78059b9671fc4225ec4a0b1ed02b9b30ebaaa633..6196b9aa3a092130813fc8adfe95e31e25b875be 100644 (file)
@@ -53,7 +53,7 @@ struct rtllib_ccmp_data {
        u8 rx_b0[AES_BLOCK_LEN], rx_b[AES_BLOCK_LEN], rx_a[AES_BLOCK_LEN];
 };
 
-void rtllib_ccmp_aes_encrypt(struct crypto_tfm *tfm,
+static void rtllib_ccmp_aes_encrypt(struct crypto_tfm *tfm,
                             const u8 pt[16], u8 ct[16])
 {
        crypto_cipher_encrypt_one((void *)tfm, ct, pt);