module: Make find_symbol return a struct kernel_symbol
authorTim Abbott <tabbott@mit.edu>
Sat, 6 Dec 2008 00:03:56 +0000 (19:03 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 31 Mar 2009 02:35:31 +0000 (13:05 +1030)
commit414fd31b2553aaf160ca9b9afe45aa0372b01b92
tree9af0fdc90a26aa1b086fdb923452fa92752546f7
parentb10153fe31dde3805f8320b61ef147cebe379aee
module: Make find_symbol return a struct kernel_symbol

Impact: Cleanup, internal API change

Ksplice needs access to the kernel_symbol structure in order to support
modifications to the exported symbol table.

Cc: Anders Kaseorg <andersk@mit.edu>
Cc: Jeff Arnold <jbarnold@mit.edu>
Signed-off-by: Tim Abbott <tabbott@mit.edu>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (bugfix and style)
kernel/module.c