Parcourir la source

qcacmn: move HIF_CONFIG_SLUB_DEBUG_ON define to driver Kbuild

Move definition of HIF_CONFIG_SLUB_DEBUG_ON to driver Kbuild,
to cleanup CONFIG_MCL/CONFIG_WIN dependency.

Change-Id: I563d248413c98d7704e32ae06c260c02d915495a
Vevek Venkatesan il y a 5 ans
Parent
commit
94a976d817
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      hif/inc/hif.h

+ 0 - 6
hif/inc/hif.h

@@ -118,12 +118,6 @@ struct CE_state;
 #define HIF_MAX_GROUP 8
 #endif
 
-#ifdef CONFIG_SLUB_DEBUG_ON
-#ifndef CONFIG_WIN
-#define HIF_CONFIG_SLUB_DEBUG_ON
-#endif
-#endif
-
 #ifndef NAPI_YIELD_BUDGET_BASED
 #ifdef HIF_CONFIG_SLUB_DEBUG_ON
 #define QCA_NAPI_DEF_SCALE_BIN_SHIFT 1