]> git.baikalelectronics.ru Git - kernel.git/commit
module: Drop redundant declaration of struct module
authorJean Delvare <jdelvare@suse.de>
Fri, 16 Dec 2016 17:45:21 +0000 (18:45 +0100)
committerJessica Yu <jeyu@redhat.com>
Tue, 3 Jan 2017 16:19:38 +0000 (08:19 -0800)
commit8ff8a9db20590c134194381bd785e468c098f82c
tree724d1c6e890c80603c76bb66cafb1bcb4f78fed1
parenta780c2d5637d959a6133b349d5166a4148a42da3
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: Jean Delvare <jdelvare@suse.de>
Fixes: 1ed3fad3337c ("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: Jessica Yu <jeyu@redhat.com>
include/linux/module.h