printk: collect printk stuff into <linux/printk.h> with loglevel support
[platform/kernel/u-boot.git] / drivers / usb / musb-new / linux-compat.h
index 4dae83e..7bb53d2 100644 (file)
@@ -5,8 +5,6 @@
 #include <linux/list.h>
 #include <linux/compat.h>
 
-#define pr_debug(fmt, args...) debug(fmt, ##args)
-
 #define WARN(condition, fmt, args...) ({       \
        int ret_warn = !!condition;             \
        if (ret_warn)                           \