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

Commit 5f155b1d authored by John Whitmore's avatar John Whitmore Committed by Greg Kroah-Hartman
Browse files

staging:rtl8192u: Remove unused enumerated type ACM_METHOD - Style



Remove the enumerated type ACM_METHOD as it is unused in code. This is
a coding style change and should not impact runtime code execution.

Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2f20e918
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -112,17 +112,6 @@ typedef union _TSPEC_BODY {
	} f;	// Field
} TSPEC_BODY, *PTSPEC_BODY;

//
// ACM implementation method.
// Annie, 2005-12-13.
//
typedef	enum _ACM_METHOD {
	eAcmWay0_SwAndHw		= 0,		// By SW and HW.
	eAcmWay1_HW			= 1,		// By HW.
	eAcmWay2_SW			= 2,		// By SW.
} ACM_METHOD, *PACM_METHOD;


typedef struct _ACM {
//	u8		RegEnableACM;
	u64		UsedTime;