Skip to content

Commit d93f09e

Browse files
Philipp Hortmanngregkh
authored andcommitted
staging: rtl8723bs: Remove unused macros in rtw_efuse.h
Remove unused macros. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/dda48a640142abbddb846bddf656ac5adada2971.1720245061.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d231705 commit d93f09e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

drivers/staging/rtl8723bs/include/rtw_efuse.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
#ifndef __RTW_EFUSE_H__
88
#define __RTW_EFUSE_H__
99

10-
11-
#define EFUSE_ERROE_HANDLE 1
12-
13-
#define PG_STATE_HEADER 0x01
14-
#define PG_STATE_WORD_0 0x02
15-
#define PG_STATE_WORD_1 0x04
16-
#define PG_STATE_WORD_2 0x08
17-
#define PG_STATE_WORD_3 0x10
18-
#define PG_STATE_DATA 0x20
19-
20-
#define PG_SWBYTE_H 0x01
21-
#define PG_SWBYTE_L 0x02
22-
2310
#define PGPKT_DATA_SIZE 8
2411

2512
#define EFUSE_WIFI 0

0 commit comments

Comments
 (0)