From: Rusty Russell Date: Tue, 19 Apr 2011 19:49:58 +0000 (+0200) Subject: module: each_symbol_section instead of each_symbol X-Git-Tag: v3.0-rc1~419^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4d8d53465483168d6a627d409ee2d09d8e3308;p=pandora-kernel.git module: each_symbol_section instead of each_symbol Instead of having a callback function for each symbol in the kernel, have a callback for each array of symbols. This eases the logic when we move to sorted symbols and binary search. Signed-off-by: Rusty Russell Signed-off-by: Alessio Igor Bogani --- Reading git-diff-tree failed