Whamcloud - gitweb
LU-6068 misc: update old URLs to hpdd.intel.com
[fs/lustre-release.git] / lnet / include / lnet / socklnd.h
index 8a20eaf..1271344 100644 (file)
@@ -39,7 +39,6 @@
 #define __LNET_LNET_SOCKLND_H__
 
 #include <lnet/types.h>
-#include <lnet/lib-types.h>
 
 #define SOCKLND_CONN_NONE     (-1)
 #define SOCKLND_CONN_ANY        0
@@ -50,7 +49,6 @@
 
 #define SOCKLND_CONN_ACK        SOCKLND_CONN_BULK_IN
 
-#include <libcfs/libcfs_pack.h>
 typedef struct {
         __u32                   kshm_magic;     /* magic number of socklnd message */
         __u32                   kshm_version;   /* version of socklnd message */
@@ -72,7 +70,7 @@ typedef struct {
          * ksnm_payload is removed because of winnt compiler's limitation:
          * zero-sized array can only be placed at the tail of [nested]
          * structure definitions. lnet payload will be stored just after
-         * the body of structure ksock_lnet_msg_t 
+        * the body of structure ksock_lnet_msg_t
          */
 } WIRE_ATTR ksock_lnet_msg_t;
 
@@ -93,8 +91,6 @@ socklnd_init_msg(ksock_msg_t *msg, int type)
         msg->ksm_zc_cookies[0]  = msg->ksm_zc_cookies[1]  = 0;
 }
 
-#include <libcfs/libcfs_unpack.h>
-
 #define KSOCK_MSG_NOOP          0xc0            /* ksm_u empty */
 #define KSOCK_MSG_LNET          0xc1            /* lnet msg */