Commit 3d9ff614 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove unused enum rt_eeprom_type

parent 335b153f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -254,12 +254,6 @@ struct hal_ops {
	c2h_id_filter c2h_id_filter_ccx;
};

enum rt_eeprom_type {
	EEPROM_93C46,
	EEPROM_93C56,
	EEPROM_BOOT_EFUSE,
};

#define RF_CHANGE_BY_INIT	0
#define RF_CHANGE_BY_IPS	BIT(28)
#define RF_CHANGE_BY_PS		BIT(29)