From 55dd870b96d9c6061c2eff00ceaddd2a509b4919 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 27 Aug 2011 14:24:27 +0000 Subject: Follow up to r225203 refining break-to-debugger run-time configuration improvements: (1) Implement new model in previously missed at91 UART driver (2) Move BREAK_TO_DEBUGGER and ALT_BREAK_TO_DEBUGGER from opt_comconsole.h to opt_kdb.h (spotted by np) (3) Garbage collect now-unused opt_comconsole.h MFC after: 3 weeks Approved by: re (bz) --- sys/powerpc/mambo/mambo_console.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/mambo/mambo_console.c b/sys/powerpc/mambo/mambo_console.c index 553071c6..880ef57 100644 --- a/sys/powerpc/mambo/mambo_console.c +++ b/sys/powerpc/mambo/mambo_console.c @@ -25,8 +25,6 @@ #include __FBSDID("$FreeBSD$"); -#include "opt_comconsole.h" - #include #include #include -- cgit v1.1