Explorar el Código

qcacld-3.0: Remove struct hdd_connect_pm_context

Change Iaa1934594d5ffcf3b90dd2ad41bba4eb62f71119 ("qcacld-3.0: Fix
memleak for pm runtime suspend lock") removed the only usage of struct
hdd_connect_pm_context. Since the struct is obsolete, remove it.

Change-Id: If6e043e3aa2c76bcef6ae63858c5bf51fdfa8d09
CRs-Fixed: 2368705
Jeff Johnson hace 6 años
padre
commit
cffe7dfdb3
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  1. 0 10
      core/hdd/inc/wlan_hdd_main.h

+ 0 - 10
core/hdd/inc/wlan_hdd_main.h

@@ -1145,16 +1145,6 @@ struct hdd_runtime_pm_context {
 	qdf_runtime_lock_t connect;
 };
 
-/**
- * struct hdd_connect_pm_context - Runtime PM connect context per adapter
- * @connect: Runtime Connect Context
- *
- * Structure to hold runtime pm connect context for each adapter.
- */
-struct hdd_connect_pm_context {
-	qdf_runtime_lock_t connect;
-};
-
 /*
  * WLAN_HDD_ADAPTER_MAGIC is a magic number used to identify net devices
  * belonging to this driver from net devices belonging to other devices.