Skip to content

Commit

Permalink
net: rds: remove duplication type definitions
Browse files Browse the repository at this point in the history
__be* are defined in linux/types.h now, and in fact, rds.h isn't exported
to user space even.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Changli Gao authored and David S. Miller committed Aug 23, 2010
1 parent cd709aa commit fcb12fd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/linux/rds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit fcb12fd

Please sign in to comment.