Merge git://git.infradead.org/battery-2.6
[pandora-kernel.git] / arch / h8300 / kernel / module.c
index cfc9127..0865e29 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. */