]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
sdp: make sdp_socket.h available to user applications
authorAmir Vadai <amirv@mellanox.co.il>
Sun, 14 Mar 2010 14:35:38 +0000 (16:35 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:50 +0000 (05:04 -0700)
Signed-off-by: Amir Vadai <amirv@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_cma.c
drivers/infiniband/ulp/sdp/sdp_main.c
drivers/infiniband/ulp/sdp/sdp_proc.c
include/rdma/sdp_socket.h [moved from drivers/infiniband/ulp/sdp/sdp_socket.h with 100% similarity]

index 14bafac68f6c4f8471d27992408455ff03010827..32ae6b6bc5177590a36e1fd96dbe19e54a60726d 100644 (file)
@@ -43,7 +43,7 @@
 #include <rdma/ib_verbs.h>
 #include <rdma/rdma_cm.h>
 #include <net/tcp_states.h>
-#include "sdp_socket.h"
+#include <rdma/sdp_socket.h>
 #include "sdp.h"
 
 #define SDP_MAJV_MINV 0x22
index 13bc4d07ed781d5dae8bc0b5758059149e19d017..0a993ec4612f2c1e8d8308cd33712dc5d938b18b 100644 (file)
@@ -71,8 +71,7 @@ unsigned int csum_partial_copy_from_user_new (const char *src, char *dst,
 #include <rdma/ib_fmr_pool.h>
 #include <rdma/ib_verbs.h>
 #include <linux/pagemap.h>
-/* TODO: remove when sdp_socket.h becomes part of include/linux/socket.h */
-#include "sdp_socket.h"
+#include <rdma/sdp_socket.h>
 #include "sdp.h"
 #include <linux/delay.h>
 
index 68b65920c67a9736712909a3cc7be60e4f333f51..965104cb277955e769f6a78c8bc5ec7e1ea87fb0 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 #include <linux/proc_fs.h>
-#include "sdp_socket.h"
+#include <rdma/sdp_socket.h>
 #include "sdp.h"
 
 #ifdef CONFIG_PROC_FS