summaryrefslogtreecommitdiff
path: root/backend/plustek-pp_dbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/plustek-pp_dbg.h')
-rw-r--r--backend/plustek-pp_dbg.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/backend/plustek-pp_dbg.h b/backend/plustek-pp_dbg.h
index 71315bd..d416315 100644
--- a/backend/plustek-pp_dbg.h
+++ b/backend/plustek-pp_dbg.h
@@ -47,22 +47,11 @@
/* #define _ASIC_98001_SIM */
/*
- * the print macros
- */
-#ifdef __KERNEL__
-# define _PRINT printk
-#endif
-
-/*
* some debug definitions
*/
#ifdef DEBUG
-# ifndef __KERNEL__
# include <assert.h>
# define _ASSERT(x) assert(x)
-# else
-# define _ASSERT(x)
-# endif
# ifndef DBG
# define DBG(level, msg, args...) if ((dbg_level) & (level)) { \