]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - kernel/debug
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)
commitc8e21ced08b39ef8dfe7236fb2a923a95f645262
treeda34400daf3049814b459b9c8ba507d90abfe2bc
parent2c02dfe7fe3fba97a5665d329d039d2415ea5607
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