Pārlūkot izejas kodu

qcacld-3.0: Remove ol_ctrl_addba_api.h

The definitions in file ol_ctrl_addba_api.h are unused, so remove the
file and remove the #include directive in the one place it appears.

Change-Id: I9056791b1a21dc8c8e113db2d49468e3abafab34
CRs-Fixed: 2364105
Jeff Johnson 6 gadi atpakaļ
vecāks
revīzija
e2e0e337eb
2 mainītis faili ar 0 papildinājumiem un 36 dzēšanām
  1. 0 2
      core/bmi/inc/ol_if_athvar.h
  2. 0 34
      core/dp/ol/inc/ol_ctrl_addba_api.h

+ 0 - 2
core/bmi/inc/ol_if_athvar.h

@@ -31,8 +31,6 @@
 #include "ol_params.h"
 #include <wdi_event_api.h>
 
-#include "ol_ctrl_addba_api.h"
-
 struct ol_version {
 	uint32_t host_ver;
 	uint32_t target_ver;

+ 0 - 34
core/dp/ol/inc/ol_ctrl_addba_api.h

@@ -1,34 +0,0 @@
-/*
- * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
- *
- * Permission to use, copy, modify, and/or distribute this software for
- * any purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
- * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-#ifndef _OL_CTRL_ADDBA_API_H_
-#define _OL_CTRL_ADDBA_API_H_
-#define ol_ctrl_addba_attach(a, b, c, d, e)             0
-#define ol_ctrl_addba_detach(a)                         0
-#define ol_ctrl_addba_init(a, b, c, d, e)               0
-#define ol_ctrl_addba_cleanup(a)                        0
-#define ol_ctrl_addba_request_setup(a, b, c, d, e, f)   0
-#define ol_ctrl_addba_response_setup(a, b, c, d, e, f)  0
-#define ol_ctrl_addba_request_process(a, b, c, d, e)    0
-#define ol_ctrl_addba_response_process(a, b, c, d)      0
-#define ol_ctrl_addba_clear(a)                          0
-#define ol_ctrl_delba_process(a, b, c)                  0
-#define ol_ctrl_addba_get_status(a, b)                  0
-#define ol_ctrl_addba_set_response(a, b, c)             0
-#define ol_ctrl_addba_clear_response(a)                 0
-#endif