diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-01-12 12:57:27 -0800 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 18:11:37 -0700 |
commit | 21f79afa5fda2820671a8f64c3d0e43bb118053b (patch) | |
tree | 54029e0dbe3e4a68d579c02c5e9ed9d1fb63cfae /net/rds/send.c | |
parent | fc445084f185cdd877bec323bfe724a361e2292a (diff) | |
download | linux-rt-21f79afa5fda2820671a8f64c3d0e43bb118053b.tar.gz |
RDS: fold rdma.h into rds.h
RDMA is now an intrinsic part of RDS, so it's easier to just have
a single header.
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/send.c')
-rw-r--r-- | net/rds/send.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rds/send.c b/net/rds/send.c index 28d09447207b..89e26ffdc812 100644 --- a/net/rds/send.c +++ b/net/rds/send.c @@ -37,7 +37,6 @@ #include <linux/list.h> #include "rds.h" -#include "rdma.h" /* When transmitting messages in rds_send_xmit, we need to emerge from * time to time and briefly release the CPU. Otherwise the softlock watchdog |