Commit 7b733051 authored by Jean Delvare's avatar Jean Delvare Committed by Jessica Yu

module: Drop redundant declaration of struct module

Struct module is already declared at the beginning of the file, no
need to declare it again.
Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Fixes: 93c2e105 ("module: Optimize __module_address() using a latched RB-tree")
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Jessica Yu <jeyu@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarJessica Yu <jeyu@redhat.com>
parent 0c744ea4
......@@ -282,8 +282,6 @@ enum module_state {
MODULE_STATE_UNFORMED, /* Still setting it up. */
};
struct module;
struct mod_tree_node {
struct module *mod;
struct latch_tree_node node;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment