]> git.baikalelectronics.ru Git - kernel.git/commit
console: Fix compilation regression
authorJason Wessel <jason.wessel@windriver.com>
Fri, 6 Aug 2010 20:36:47 +0000 (15:36 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 6 Aug 2010 20:36:47 +0000 (15:36 -0500)
commitb2ca96708b24f5dc7c24b227895f859623700311
treeee7d2713d947a8a231d720627806c1db6b67ed6b
parent75529ebeb26fbdf78ec4f0302f0a213db25c78bb
console: Fix compilation regression

A regression of building without CONFIG_HW_CONSOLE was introduced with
commit 7eb7310243af08b5bc5d01128f6af8eab471f07e (vt,console,kdb:
implement atomic console enter/leave functions).

ERROR: "con_debug_enter" [drivers/serial/kgdboc.ko] undefined!
ERROR: "vc_cons" [drivers/serial/kgdboc.ko] undefined!
ERROR: "fg_console" [drivers/serial/kgdboc.ko] undefined!
ERROR: "con_debug_leave" [drivers/serial/kgdboc.ko] undefined!

When there is no HW console the con_debug_enter and con_debug_leave
functions should have no code.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
CC: Jesse Barnes <jbarnes@virtuousgeek.org>
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
include/linux/console.h