diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/dm/device_compat.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/dm/device_compat.h b/include/dm/device_compat.h index 8f26053b450..82d7a7d4924 100644 --- a/include/dm/device_compat.h +++ b/include/dm/device_compat.h @@ -16,26 +16,6 @@ #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>. */ |
