aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/nx/nx.c')
-rw-r--r--drivers/crypto/nx/nx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/nx/nx.c b/drivers/crypto/nx/nx.c
index 036057abb257..3a5e31be4764 100644
--- a/drivers/crypto/nx/nx.c
+++ b/drivers/crypto/nx/nx.c
@@ -833,7 +833,7 @@ static void __exit nx_fini(void)
833 vio_unregister_driver(&nx_driver.viodriver); 833 vio_unregister_driver(&nx_driver.viodriver);
834} 834}
835 835
836static struct vio_device_id nx_crypto_driver_ids[] = { 836static const struct vio_device_id nx_crypto_driver_ids[] = {
837 { "ibm,sym-encryption-v1", "ibm,sym-encryption" }, 837 { "ibm,sym-encryption-v1", "ibm,sym-encryption" },
838 { "", "" } 838 { "", "" }
839}; 839};