From: Jim Cromie Date: Mon, 23 May 2011 18:44:56 +0000 (-0600) Subject: export_report: sort SECTION 2 output X-Git-Tag: v3.0-rc1~157^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdabc7a345db97b3839c2c3deef40023cf8017ef;p=pandora-kernel.git export_report: sort SECTION 2 output Sort SECTION 2 modules by name. Within those module listings, sort the symbol providers by name, and remove the count, as it is misleading; its the kernel-wide count of uses of that symbol, not the count pertaining to the module being outlined. (this can be seen by grepping the output for a single symbol). The count is still used to sort the symbols. Signed-off-by: Jim Cromie Signed-off-by: Michal Marek --- Reading git-diff-tree failed