提交 f02e58f9 编写于 作者: Y yalin wang 提交者: David S. Miller

net/fddi: remove HWM_REVERSE() macro

HWM_REVERSE() macro is unused, remove it.
Signed-off-by: Nyalin wang <yalin.wang2010@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 dd19f83d
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册