Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8188eu: remove _EFUSE_DEF_TYPE enum

This enumeration does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ivan Safonov and committed by
Greg Kroah-Hartman
a0693e22 9de204cd

-10
-10
drivers/staging/rtl8188eu/include/rtw_efuse.h
··· 34 34 #define EFUSE_WIFI 0 35 35 #define EFUSE_BT 1 36 36 37 - enum _EFUSE_DEF_TYPE { 38 - TYPE_EFUSE_MAX_SECTION = 0, 39 - TYPE_EFUSE_REAL_CONTENT_LEN = 1, 40 - TYPE_AVAILABLE_EFUSE_BYTES_BANK = 2, 41 - TYPE_AVAILABLE_EFUSE_BYTES_TOTAL = 3, 42 - TYPE_EFUSE_MAP_LEN = 4, 43 - TYPE_EFUSE_PROTECT_BYTES_BANK = 5, 44 - TYPE_EFUSE_CONTENT_LEN_BANK = 6, 45 - }; 46 - 47 37 /* E-Fuse */ 48 38 #define EFUSE_MAP_SIZE 512 49 39 #define EFUSE_MAX_SIZE 256