Merge branch 'nfs-for-2.6.32'
[pandora-kernel.git] / arch / m68knommu / kernel / module.c
index 3b1a2ff..d11ffae 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. */