summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 7c84273d60b9..ef599379f9a4 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -282,8 +282,6 @@ enum module_state {
282 MODULE_STATE_UNFORMED, /* Still setting it up. */ 282 MODULE_STATE_UNFORMED, /* Still setting it up. */
283}; 283};
284 284
285struct module;
286
287struct mod_tree_node { 285struct mod_tree_node {
288 struct module *mod; 286 struct module *mod;
289 struct latch_tree_node node; 287 struct latch_tree_node node;