From: Anton Vorontsov Date: Mon, 24 Sep 2012 21:27:52 +0000 (-0700) Subject: kdb: Turn KGDB_KDB=n stubs into static inlines X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~74^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729043e82cdd403a131127254528afea8031ebab;p=pandora-kernel.git kdb: Turn KGDB_KDB=n stubs into static inlines This makes the stubs actually usable, since e.g. 'foo = kdb_register();' leads to build errors in !KGDB_KDB case. Plus, with static inlines we do type checking. Signed-off-by: Anton Vorontsov Acked-by: Jason Wessel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed