module: cleanup FIXME comments about trimming exception table entries.
[firefly-linux-kernel-4.4.55.git] / arch / cris / kernel / module.c
index a187833febc8b0cfd582a39b84aaefdabe54a205..abc13e368b909540df0c66206f7e95ad42d07745 100644 (file)
@@ -48,8 +48,6 @@ void *module_alloc(unsigned long size)
 void module_free(struct module *mod, void *module_region)
 {
        FREE_MODULE(module_region);
-       /* FIXME: If module_region == mod->init_region, trim exception
-          table entries. */
 }
 
 /* We don't need anything special. */