]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: remove include/HalVerDef.h file
authorNikolay Kulikov <nikolayof23@gmail.com>
Sat, 2 May 2026 21:55:49 +0000 (00:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2026 14:53:19 +0000 (16:53 +0200)
Remove this file and several enumerations from it, as they are not used
anywhere in the driver code.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260502220056.59815-11-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/HalVerDef.h [deleted file]
drivers/staging/rtl8723bs/include/hal_com.h
drivers/staging/rtl8723bs/include/rtl8723b_hal.h

diff --git a/drivers/staging/rtl8723bs/include/HalVerDef.h b/drivers/staging/rtl8723bs/include/HalVerDef.h
deleted file mode 100644 (file)
index 9b60754..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/******************************************************************************
- *
- * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
- *
- ******************************************************************************/
-#ifndef __HAL_VERSION_DEF_H__
-#define __HAL_VERSION_DEF_H__
-
-/*  hal_ic_type_e */
-enum hal_ic_type_e { /* tag_HAL_IC_Type_Definition */
-       CHIP_8723B      =       8,
-};
-
-/* hal_chip_type_e */
-enum hal_chip_type_e { /* tag_HAL_CHIP_Type_Definition */
-       TEST_CHIP               =       0,
-       NORMAL_CHIP     =       1,
-       FPGA                    =       2,
-};
-
-/* hal_cut_version_e */
-enum hal_cut_version_e { /* tag_HAL_Cut_Version_Definition */
-       A_CUT_VERSION           =       0,
-       B_CUT_VERSION           =       1,
-       C_CUT_VERSION           =       2,
-       D_CUT_VERSION           =       3,
-       E_CUT_VERSION           =       4,
-       F_CUT_VERSION           =       5,
-       G_CUT_VERSION           =       6,
-       H_CUT_VERSION           =       7,
-       I_CUT_VERSION           =       8,
-       J_CUT_VERSION           =       9,
-       K_CUT_VERSION           =       10,
-};
-
-/*  HAL_Manufacturer */
-enum hal_vendor_e { /* tag_HAL_Manufacturer_Version_Definition */
-       CHIP_VENDOR_TSMC        =       0,
-       CHIP_VENDOR_UMC         =       1,
-       CHIP_VENDOR_SMIC        =       2,
-};
-
-
-#endif
index cf775585c8e228e68cf1261c92f4965c88bcb7af..7bbf62cfd82579979e3671abc5e5376706bdd710 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __HAL_COMMON_H__
 #define __HAL_COMMON_H__
 
-#include "HalVerDef.h"
 #include "hal_pg.h"
 #include "hal_phy.h"
 #include "hal_phy_reg.h"
index ffd03927841cf21308c2796b1a3e5bfb7d497708..8e04e6a4cb010b600f011a7a27c2b06e5fb0e46e 100644 (file)
@@ -118,7 +118,6 @@ struct rt_firmware_hdr {
 #define WMM_NORMAL_PAGE_NUM_LPQ_8723B 0x20
 #define WMM_NORMAL_PAGE_NUM_NPQ_8723B 0x20
 
-#include "HalVerDef.h"
 #include "hal_com.h"
 
 #define EFUSE_OOB_PROTECT_BYTES 15