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

Commit fcb12fd2 authored by Changli Gao's avatar Changli Gao Committed by David S. Miller
Browse files

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: default avatarChangli Gao <xiaosuo@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cd709aa9
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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

/*