diff -r 1d9be5716dee -r 5995331a55fe devices/ccat/update.c --- 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,