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
This commit is contained in:
Jeff Johnson 2018-12-14 18:43:03 -08:00 committed by nshrivas
parent df4f610d14
commit cffe7dfdb3

View File

@ -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.