commit | 729043e82cdd403a131127254528afea8031ebab | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <anton.vorontsov@linaro.org> | Mon Sep 24 14:27:52 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 26 13:42:26 2012 -0700 |
tree | 4e9b3d2ba4dacef4ef3512146cb7dafe10fcfb93 | |
parent | ad394f66fa57ae66014cb74f337e2820bac4c417 [diff] |
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 <anton.vorontsov@linaro.org> Acked-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>