summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/musb_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/musb-new/musb_debug.h')
-rw-r--r--drivers/usb/musb-new/musb_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/musb_debug.h b/drivers/usb/musb-new/musb_debug.h
index c468bda9ff2..94375b72c70 100644
--- a/drivers/usb/musb-new/musb_debug.h
+++ b/drivers/usb/musb-new/musb_debug.h
@@ -10,6 +10,7 @@
#ifndef __MUSB_LINUX_DEBUG_H__
#define __MUSB_LINUX_DEBUG_H__
+#include <linux/printk.h>
#define yprintk(facility, format, args...) \
do { printk(facility "%s %d: " format , \
__func__, __LINE__ , ## args); } while (0)