[media] media: rc: nuvoton-cir: replace nvt_pr with dev_ functions
[deliverable/linux.git] / drivers / media / rc / nuvoton-cir.h
index c96a9d30fa23573f399d0e3492dc4de2e0cb0f64..0ad15d34e9c93ce8adedd5f114f84543776f3055 100644 (file)
@@ -35,9 +35,6 @@
 static int debug;
 
 
-#define nvt_pr(level, text, ...) \
-       printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__)
-
 #define nvt_dbg(text, ...) \
        if (debug) \
                printk(KERN_DEBUG \
This page took 0.038563 seconds and 5 git commands to generate.