Skip to content
Snippets Groups Projects
Commit 4a1989c0 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

dm: Don't undefine dev_xxx macros


Now that linux/compat.h does not define these macros, we do not need to
undefine them.

Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 69dae890
No related branches found
No related tags found
No related merge requests found
......@@ -15,26 +15,6 @@
#include <linux/build_bug.h>
#include <linux/compat.h>
/*
* REVISIT:
* remove the following after resolving conflicts with <linux/compat.h>
*/
#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 <log.h>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment