devices/ccat/update.c
branchstable-1.5
changeset 2638 5995331a55fe
parent 2636 0613017547fe
--- a/devices/ccat/update.c	Mon Oct 26 08:28:10 2015 +0100
+++ b/devices/ccat/update.c	Thu Nov 05 16:54:49 2015 +0100
@@ -343,7 +343,7 @@
 	return ccat_cdev_probe(func, &cdev_class, CCAT_FLASH_SIZE);
 }
 
-struct ccat_driver update_driver = {
+const struct ccat_driver update_driver = {
 	.type = CCATINFO_EPCS_PROM,
 	.probe = ccat_update_probe,
 	.remove = ccat_cdev_remove,