module: trim exception table on init free.
[deliverable/linux.git] / include / linux / module.h
index a8f2c0aa4c328af87718285f715bc72b19d7f55f..a7bc6e7b43a7c429b9e4993933a900057034cf77 100644 (file)
@@ -77,6 +77,7 @@ search_extable(const struct exception_table_entry *first,
 void sort_extable(struct exception_table_entry *start,
                  struct exception_table_entry *finish);
 void sort_main_extable(void);
+void trim_init_extable(struct module *m);
 
 #ifdef MODULE
 #define MODULE_GENERIC_TABLE(gtype,name)                       \
This page took 0.035193 seconds and 5 git commands to generate.