Struct module is already declared at the beginning of the file, no
need to declare it again.

Signed-off-by: Jean Delvare <[email protected]>
Fixes: 93c2e105f6bc ("module: Optimize __module_address() using a latched 
RB-tree")
Cc: Peter Zijlstra (Intel) <[email protected]>
Cc: Jessica Yu <[email protected]>
Cc: Rusty Russell <[email protected]>
---
 include/linux/module.h |    2 --
 1 file changed, 2 deletions(-)

--- linux-4.9.orig/include/linux/module.h       2016-12-11 20:17:54.000000000 
+0100
+++ linux-4.9/include/linux/module.h    2016-12-16 17:25:01.696622103 +0100
@@ -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;


-- 
Jean Delvare
SUSE L3 Support

Reply via email to