소스 검색

qcacld-3.0: Remove typedef tpPESession

All references to typedef tpPESession have been converted to instead
to refer to the underlying struct, so remove the now obsolete typedef.

Change-Id: I58d80f42527a2edb20ca27a514600aa308e78fd8
CRs-Fixed: 2354302
Jeff Johnson 6 년 전
부모
커밋
8f358f6d64
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      core/mac/src/pe/include/lim_session.h

+ 0 - 2
core/mac/src/pe/include/lim_session.h

@@ -566,8 +566,6 @@ struct pe_session {
 	uint32_t dfs_regdomain;
 };
 
-typedef struct pe_session *tpPESession;
-
 struct session_params {
 	uint16_t session_id;
 };