[NEUS7920-133][9610] wlbt: Fix compilation error
authorAlbert Cano <a.canocamps@samsung.com>
Mon, 25 Mar 2019 14:11:26 +0000 (14:11 +0000)
committerYoungmin Nam <youngmin.nam@samsung.com>
Tue, 21 May 2019 10:45:22 +0000 (19:45 +0900)
Fix compilation error when SCSC_DEBUG_COMPATIBILITY
is set to N.

Change-Id: Id7170a0d86e879c3628d5514c384bff8e17f68d6
SCSC-Bug-Id: SSB-509704
Signed-off-by: Albert Cano <a.canocamps@samsung.com>
drivers/net/wireless/scsc/debug.h

index 721cf0005e853e703377115ba18f42092ad1b3a2..b659e2163afa477775f74f47f87093d64b4fad5a 100644 (file)
@@ -1,6 +1,6 @@
 /****************************************************************************
  *
- * Copyright (c) 2012 - 2018 Samsung Electronics Co., Ltd. All rights reserved
+ * Copyright (c) 2012 - 2019 Samsung Electronics Co., Ltd. All rights reserved
  *
  ****************************************************************************/
 
@@ -47,6 +47,7 @@ extern const int SLSI_TDLS;
 extern const int SLSI_GSCAN;
 extern const int SLSI_MBULK;
 extern const int SLSI_FLOWC;
+extern const int SLSI_SMAPPER;
 #endif /* CONFIG_SCSC_DEBUG_COMPATIBILITY */
 
 extern int       *slsi_dbg_filters[];