Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aef6a62d authored by Greg Dietsche's avatar Greg Dietsche Committed by John W. Linville
Browse files

iwlegacy: remove unused enum il4965_calib_enabled_state



Remove the enum il4965_calib_enabled_state because it is not used.

Signed-off-by: default avatarGreg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d7b6b6a6
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -956,11 +956,6 @@ enum il4965_chain_noise_state {
	IL_CHAIN_NOISE_DONE,
};

enum il4965_calib_enabled_state {
	IL_CALIB_DISABLED = 0,	/* must be 0 */
	IL_CALIB_ENABLED = 1,
};

enum ucode_type {
	UCODE_NONE = 0,
	UCODE_INIT,