]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00212512: Fix caam build error when being built as module
authorTerry Lv <r65388@freescale.com>
Wed, 6 Jun 2012 05:14:46 +0000 (13:14 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:46 +0000 (08:34 +0200)
Fix caam build error when being built as module.

Signed-off-by: Terry Lv <r65388@freescale.com>
drivers/crypto/caam/caamalg.c

index 3c3e76b6ee1fc3f4eaccb872c3cce9caae0d3c52..549d526757864ee77a6b1aefd18eb39e93011905 100644 (file)
@@ -2180,6 +2180,7 @@ void caam_algapi_shutdown(struct platform_device *pdev)
        }
        kfree(priv->algapi_jr);
 }
+EXPORT_SYMBOL_GPL(caam_algapi_shutdown);
 
 static struct caam_crypto_alg *caam_alg_alloc(struct device *ctrldev,
                                              struct caam_alg_template
@@ -2283,6 +2284,7 @@ int caam_algapi_startup(struct platform_device *pdev)
 
        return err;
 }
+EXPORT_SYMBOL_GPL(caam_algapi_startup);
 
 #ifdef CONFIG_OF
 static void __exit caam_algapi_exit(void)