From: Jason Wessel Date: Mon, 11 Oct 2010 15:20:14 +0000 (-0500) Subject: kdb: Allow kernel loadable modules to add kdb shell functions X-Git-Tag: v2.6.37-rc1~153^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7030bbc446430ecd12c9ad02cf0ea94934e5f91;p=pandora-kernel.git kdb: Allow kernel loadable modules to add kdb shell functions In order to allow kernel modules to dynamically add a command to the kdb shell the kdb_register, kdb_register_repeat, kdb_unregister, and kdb_printf need to be exported as GPL symbols. Any kernel module that adds a dynamic kdb shell function should only need to include linux/kdb.h. Signed-off-by: Jason Wessel --- Reading git-diff-tree failed