summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap2/board-omap3h1-bluetooth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
index 2d502bab5a6..6278a0345e6 100644
--- a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
+++ b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c
@@ -54,7 +54,11 @@ static void set_host_wake_locked(int);
#define UART_PORT 0 /* UART 1 = 0 */
#define BT_RST_PIN 149
+#ifdef OLIODEBUG
#define olio_debug(format, ...) printk ("OLIO %s: ", __FUNCTION__); printk (format, ##__VA_ARGS__)
+#else
+#define olio_debug(format, ...)
+#endif
static struct rfkill *bt_rfkill;
static struct regulator *clk32ksys_reg;