[linux-yocto] [PATCH 59/70] drivers/crypto/amcc: removed section mismatch warning

Paul Butler butler.paul at gmail.com
Mon Jun 10 18:46:22 PDT 2013


Signed-off-by: Paul Butler <paul.butler at windriver.com>
---
 drivers/crypto/amcc/crypto4xx_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/amcc/crypto4xx_core.c b/drivers/crypto/amcc/crypto4xx_core.c
index b554332..9ca5b13 100644
--- a/drivers/crypto/amcc/crypto4xx_core.c
+++ b/drivers/crypto/amcc/crypto4xx_core.c
@@ -1283,7 +1283,7 @@ static const struct of_device_id crypto4xx_match[] = {
 	{ },
 };
 
-static struct platform_driver crypto4xx_driver = {
+static struct platform_driver __refdata crypto4xx_driver = {
 	.driver = {
 		.name = "crypto4xx",
 		.owner = THIS_MODULE,
-- 
1.8.3




More information about the linux-yocto mailing list