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

Commit f02e58f9 authored by yalin wang's avatar yalin wang Committed by David S. Miller
Browse files

net/fddi: remove HWM_REVERSE() macro



HWM_REVERSE() macro is unused, remove it.

Signed-off-by: default avataryalin wang <yalin.wang2010@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dd19f83d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -74,15 +74,6 @@
#define NULL 		0
#endif

#ifdef	LITTLE_ENDIAN
#define HWM_REVERSE(x)	(x)
#else
#define	HWM_REVERSE(x)		((((x)<<24L)&0xff000000L)	+	\
				 (((x)<< 8L)&0x00ff0000L)	+	\
				 (((x)>> 8L)&0x0000ff00L)	+	\
				 (((x)>>24L)&0x000000ffL))
#endif

#define C_INDIC		(1L<<25)
#define A_INDIC		(1L<<26)
#define	RD_FS_LOCAL	0x80