diff -r 1d9be5716dee -r 5995331a55fe devices/ccat/sram.c --- a/devices/ccat/sram.c Mon Oct 26 08:28:10 2015 +0100 +++ b/devices/ccat/sram.c Thu Nov 05 16:54:49 2015 +0100 @@ -100,7 +100,7 @@ return ccat_cdev_probe(func, &cdev_class, iosize); } -struct ccat_driver sram_driver = { +const struct ccat_driver sram_driver = { .type = CCATINFO_SRAM, .probe = ccat_sram_probe, .remove = ccat_cdev_remove,