X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fh8300%2Fkernel%2Fmodule.c;h=0865e291c20d2948c95edc70f52925121409599d;hp=cfc9127d2cede26312fcaef364a35d6be0c95080;hb=b7c142dbf1e7422d0be7f7faa3f1163ad9da9788;hpb=9fb3c5ca3dabe06758c35f790c68e273ed749e19 diff --git a/arch/h8300/kernel/module.c b/arch/h8300/kernel/module.c index cfc9127d2ced..0865e291c20d 100644 --- a/arch/h8300/kernel/module.c +++ b/arch/h8300/kernel/module.c @@ -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. */