aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSean Young <[email protected]>2018-02-12 07:27:50 -0500
committerMauro Carvalho Chehab <[email protected]>2018-02-14 14:15:46 -0500
commit1f17f684d9ea3aafccbb5d727b19c5ffafb07e75 (patch)
tree0ce6f64e989c47c5c941801e718d54243a54d99a /include
parent50078a903830796a8a47f26edc4cc10b9061711f (diff)
media: rc: remove IR_dprintk() from rc-core
Use dev_dbg() rather than custom debug function. Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/media/rc-core.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/media/rc-core.h b/include/media/rc-core.h
index aed4272d47f5..fc3a92668bab 100644
--- a/include/media/rc-core.h
+++ b/include/media/rc-core.h
@@ -23,13 +23,6 @@
#include <linux/timer.h>
#include <media/rc-map.h>
-extern int rc_core_debug;
-#define IR_dprintk(level, fmt, ...) \
-do { \
- if (rc_core_debug >= level) \
- printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \
-} while (0)
-
/**
* enum rc_driver_type - type of the RC driver.
*