qcacld-3.0: Move enet.h header file
In wma_data.c file, move "enet.h" header after "wma.h" header Change-Id: I7fd1128d32dce1768f61eb3b2e80245b67e3aa0f CRs-Fixed: 3070893
This commit is contained in:

committed by
Madan Koyyalamudi

orang tua
1535d6c1f4
melakukan
e3e0f3b1b1
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
||||||
|
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
/* Header files */
|
/* Header files */
|
||||||
|
|
||||||
#include "wma.h"
|
#include "wma.h"
|
||||||
|
#include "enet.h"
|
||||||
#include "wma_api.h"
|
#include "wma_api.h"
|
||||||
#include "cds_api.h"
|
#include "cds_api.h"
|
||||||
#include "wmi_unified_api.h"
|
#include "wmi_unified_api.h"
|
||||||
@@ -65,7 +67,6 @@
|
|||||||
#include <cdp_txrx_cfg.h>
|
#include <cdp_txrx_cfg.h>
|
||||||
#include "cdp_txrx_stats.h"
|
#include "cdp_txrx_stats.h"
|
||||||
#include <cdp_txrx_misc.h>
|
#include <cdp_txrx_misc.h>
|
||||||
#include "enet.h"
|
|
||||||
#include "wlan_mgmt_txrx_utils_api.h"
|
#include "wlan_mgmt_txrx_utils_api.h"
|
||||||
#include "wlan_objmgr_psoc_obj.h"
|
#include "wlan_objmgr_psoc_obj.h"
|
||||||
#include "wlan_objmgr_pdev_obj.h"
|
#include "wlan_objmgr_pdev_obj.h"
|
||||||
|
Reference in New Issue
Block a user