summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/sound/usb/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/sound/usb/debug.h')
-rw-r--r--ANDROID_3.4.5/sound/usb/debug.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ANDROID_3.4.5/sound/usb/debug.h b/ANDROID_3.4.5/sound/usb/debug.h
deleted file mode 100644
index 58030176..00000000
--- a/ANDROID_3.4.5/sound/usb/debug.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __USBAUDIO_DEBUG_H
-#define __USBAUDIO_DEBUG_H
-
-/*
- * h/w constraints
- */
-
-#ifdef HW_CONST_DEBUG
-#define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
-#else
-#define hwc_debug(fmt, args...) do { } while(0)
-#endif
-
-#endif /* __USBAUDIO_DEBUG_H */
-