Commit b3e8e29b authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: r8188eu: remove include/Hal8188EReg.h

No one is using the defines in this file, so remove it as it is not
needed anywhere.

Link: https://lore.kernel.org/r/20210730092417.1014392-6-gregkh@linuxfoundation.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4cd1746a
Loading
Loading
Loading
Loading
+0 −19
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* Copyright(c) 2007 - 2011 Realtek Corporation. */

#ifndef	__HAL_8188E_REG_H__
#define __HAL_8188E_REG_H__

/*  */
/*  Register Definition */
/*  */
#define TRX_ANTDIV_PATH             0x860
#define RX_ANTDIV_PATH              0xb2c
#define	ODM_R_A_AGC_CORE1_8188E		0xc50

/*  */
/*  Bitmap Definition */
/*  */
#define	BIT_FA_RESET_8188E			BIT0

#endif
+0 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,6 @@
#include "HalHWImg8188E_MAC.h"
#include "HalHWImg8188E_MAC.h"
#include "HalHWImg8188E_RF.h"
#include "HalHWImg8188E_RF.h"
#include "HalHWImg8188E_BB.h"
#include "HalHWImg8188E_BB.h"
#include "Hal8188EReg.h"


#include "odm_RegConfig8188E.h"
#include "odm_RegConfig8188E.h"
#include "odm_RTL8188E.h"
#include "odm_RTL8188E.h"