···6969 return -1;
7070}
71717272-int core_load_key_remap(const char *filename)
7272+int INIT_ATTR core_load_key_remap(const char *filename)
7373{
7474 int count = 0; /* gcc falsely believes this may be used uninitialized */
7575 int fd = open_key_remap(filename, &count);
+1-1
firmware/common/dircache.c
···30243024 * function to load the internal cache structure from disk to initialize
30253025 * the dircache really fast with little disk access.
30263026 */
30273027-int dircache_load(void)
30273027+int INIT_ATTR dircache_load(void)
30283028{
30293029 logf("Loading directory cache");
30303030 int fd = open_dircache_file(O_RDONLY);