These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / vt6655 / device_cfg.h
index a4a8a84..b4c9547 100644 (file)
@@ -69,19 +69,4 @@ typedef enum  _chip_type {
        VT3253 = 1
 } CHIP_TYPE, *PCHIP_TYPE;
 
-#ifdef VIAWET_DEBUG
-#define ASSERT(x)                                                      \
-do {                                                                   \
-       if (!(x)) {                                                     \
-               pr_err("assertion %s failed: file %s line %d\n", \
-                      #x, __func__, __LINE__);                         \
-               *(int *)0 = 0;                                          \
-       }                                                               \
-} while (0)
-#define DBG_PORT80(value)                   outb(value, 0x80)
-#else
-#define ASSERT(x)
-#define DBG_PORT80(value)
-#endif
-
 #endif