aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/isdbt/isdbt.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/isdbt/isdbt.h')
-rw-r--r--drivers/media/isdbt/isdbt.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/media/isdbt/isdbt.h b/drivers/media/isdbt/isdbt.h
deleted file mode 100644
index cc56503..0000000
--- a/drivers/media/isdbt/isdbt.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/************************************************************
- * /drivers/media/isdbt/isdbt.c
- *
- * ISDBT DRIVER
- *
- *
- * Copyright (c) 2011 Samsung Electronics
- *
- * http://www.samsung.com
- *
- ***********************************************************/
-#ifndef __ISDBT_H__
-#define __ISDBT_H__
-
-/* #define DEBUG_MSG_SPI */
-
-#ifdef DEBUG_MSG_SPI
-#define SUBJECT "ISDBT-SPI-DRIVER"
-#define I_DEV_DBG(format, ...) \
- printk("[ "SUBJECT " (%s,%d) ] " format "\n", __func__, __LINE__, ## __VA_ARGS__)
-
-#else
-#define I_DEV_DBG(format, ...)
-#endif
-
-#endif