From 4d7a21af4b313f8eea62bd8865344b41bbc17be5 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 26 Jan 2019 22:25:09 +0000 Subject: [PATCH] bankfixed: add a DEBUG undef --- Kernel/bankfixed.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/bankfixed.c b/Kernel/bankfixed.c index b7a3e3e9..cbe3a3b0 100644 --- a/Kernel/bankfixed.c +++ b/Kernel/bankfixed.c @@ -31,6 +31,8 @@ #include #include +#undef DEBUG + #ifdef CONFIG_BANK_FIXED #ifndef CONFIG_COMMON_COPY -- 2.34.1