]> git.baikalelectronics.ru Git - kernel.git/commit
module: fix kdb's illicit use of struct module_use.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 5 Jun 2010 17:17:35 +0000 (11:17 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Sat, 5 Jun 2010 01:47:36 +0000 (11:17 +0930)
commitcc91c9c81a0bb77fa9e8342b5405c614bb9f81c5
treeda34400daf3049814b459b9c8ba507d90abfe2bc
parent5338b9322454fcc1b9ad12a92a2ece314cc0dd20
module: fix kdb's illicit use of struct module_use.

Linus changed the structure, and luckily this didn't compile any more.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Jason Wessel <jason.wessel@windriver.com>
Cc: Martin Hicks <mort@sgi.com>
include/linux/module.h
kernel/debug/kdb/kdb_main.c
kernel/module.c