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