提交 fcb12fd2 编写于 作者: C Changli Gao 提交者: David S. Miller

net: rds: remove duplication type definitions

__be* are defined in linux/types.h now, and in fact, rds.h isn't exported
to user space even.
Signed-off-by: NChangli Gao <xiaosuo@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 cd709aa9
......@@ -36,15 +36,6 @@
#include <linux/types.h>
/* These sparse annotated types shouldn't be in any user
* visible header file. We should clean this up rather
* than kludging around them. */
#ifndef __KERNEL__
#define __be16 u_int16_t
#define __be32 u_int32_t
#define __be64 u_int64_t
#endif
#define RDS_IB_ABI_VERSION 0x301
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册