From e57e672aee919476753616fa8262ddb8b6346039 Mon Sep 17 00:00:00 2001 From: Yu Wang Date: Fri, 10 Feb 2017 12:02:07 +0800 Subject: qcacld-3.0: remove redundant definition for HDD_MOD_EXIT_SSR_MAX_RETRIES If CONFIG_HL_SUPPORT is enabled, HDD_MOD_EXIT_SSR_MAX_RETRIES has 2 definitions in one file, one of the value is 75 and the other is 200, which has conflict and cause compilation error. Remove the redundant definition of HDD_MOD_EXIT_SSR_MAX_RETRIES Change-Id: Ib707d8b338c394a173ce7dfcefe9040d630a6d5b CRs-Fixed: 2004355 --- core/hdd/inc/wlan_hdd_main.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/hdd/inc/wlan_hdd_main.h b/core/hdd/inc/wlan_hdd_main.h index b9454c5278d5..2bd3d5a394dc 100644 --- a/core/hdd/inc/wlan_hdd_main.h +++ b/core/hdd/inc/wlan_hdd_main.h @@ -159,9 +159,6 @@ #define MAX_CFG_STRING_LEN 255 -/* SSR Retry Count */ -#define HDD_MOD_EXIT_SSR_MAX_RETRIES 75 - #define MAC_ADDR_ARRAY(a) (a)[0], (a)[1], (a)[2], (a)[3], (a)[4], (a)[5] /** Mac Address string **/ #define MAC_ADDRESS_STR "%02x:%02x:%02x:%02x:%02x:%02x" -- cgit v1.2.3