X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fh8300%2Fkernel%2Fmodule.c;h=0865e291c20d2948c95edc70f52925121409599d;hb=59ef7a83f1127038a433464597df02e2dc9540e7;hp=cfc9127d2cede26312fcaef364a35d6be0c95080;hpb=ae20a6afec1cf21919d97303f2d8b737eac5acc7;p=pandora-kernel.git 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. */