From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Sun, 4 Oct 2020 21:39:57 -0400 Subject: [PATCH 16/16] dm: Don't undefine dev_xxx macros In-Reply-To: <20201005013958.498888-1-seanga2@gmail.com> References: <20201005013958.498888-1-seanga2@gmail.com> Message-ID: <20201005013958.498888-17-seanga2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Now that linux/compat.h does not define these macros, we do not need to undefine them. Signed-off-by: Sean Anderson --- include/dm/device_compat.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/include/dm/device_compat.h b/include/dm/device_compat.h index 8f26053b45..82d7a7d492 100644 --- a/include/dm/device_compat.h +++ b/include/dm/device_compat.h @@ -15,26 +15,6 @@ #include #include -/* - * REVISIT: - * remove the following after resolving conflicts with - */ -#ifdef dev_dbg -#undef dev_dbg -#endif -#ifdef dev_vdbg -#undef dev_vdbg -#endif -#ifdef dev_info -#undef dev_info -#endif -#ifdef dev_err -#undef dev_err -#endif -#ifdef dev_warn -#undef dev_warn -#endif - /* * Define a new identifier which can be tested on by C code. A similar * definition is made for DEBUG in . -- 2.28.0