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/ddb/db_break.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/ddb/db_break.c') diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index ac0c874..02833ec 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -35,8 +35,6 @@ #include __FBSDID("$FreeBSD$"); -#include "opt_comconsole.h" - #include #include -- cgit v1.1