]> git.baikalelectronics.ru Git - kernel.git/commit
module: change attr callbacks to take struct module_kobject
authorKay Sievers <kay.sievers@vrfy.org>
Sun, 24 Jul 2011 12:36:04 +0000 (22:06 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 24 Jul 2011 12:36:04 +0000 (22:06 +0930)
commitb8863237b01d8b8b60df58c3ed0d1ae2aa938fb7
tree48c4954f8eb9ab43f449750c3f4b0685fd323c03
parent13b35b77a7c5a6bd9e2ec3a6349ff1c27f3e1e16
module: change attr callbacks to take struct module_kobject

This simplifies the next patch, where we have an attribute on a
builtin module (ie. module == NULL).

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (split into 2)
include/linux/module.h
kernel/module.c
kernel/params.c