From: Albert Cano Date: Mon, 25 Mar 2019 14:11:26 +0000 (+0000) Subject: [NEUS7920-133][9610] wlbt: Fix compilation error X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dca35d9a93f52ada98a2d4831b321f214b42f79c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [NEUS7920-133][9610] wlbt: Fix compilation error Fix compilation error when SCSC_DEBUG_COMPATIBILITY is set to N. Change-Id: Id7170a0d86e879c3628d5514c384bff8e17f68d6 SCSC-Bug-Id: SSB-509704 Signed-off-by: Albert Cano --- diff --git a/drivers/net/wireless/scsc/debug.h b/drivers/net/wireless/scsc/debug.h index 721cf0005e85..b659e2163afa 100644 --- a/drivers/net/wireless/scsc/debug.h +++ b/drivers/net/wireless/scsc/debug.h @@ -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[];