[PATCH] module: Drop redundant declaration of struct module

From: Jean Delvare
Date: Fri Dec 16 2016 - 12:45:39 EST


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

Signed-off-by: Jean Delvare <jdelvare@xxxxxxx>
Fixes: 93c2e105f6bc ("module: Optimize __module_address() using a latched RB-tree")
Cc: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
Cc: Jessica Yu <jeyu@xxxxxxxxxx>
Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
---
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