From: Doug Ledford Date: Tue, 12 Aug 2014 23:20:11 +0000 (-0400) Subject: RDMA/uapi: Include socket.h in rdma_user_cm.h X-Git-Tag: omap-for-v3.17/fixes-against-rc2~62^2^7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1044d458a287c18c4d413adc4ad12e92e253b5;p=pandora-kernel.git RDMA/uapi: Include socket.h in rdma_user_cm.h added struct sockaddr_storage to rdma_user_cm.h without also adding an include for linux/socket.h to make sure it is defined. Systemtap needs the header files to build standalone and cannot rely on other files to pre-include other headers, so add linux/socket.h to the list of includes in this file. Fixes: ee7aed4528f ("RDMA/ucma: Support querying for AF_IB addresses") Signed-off-by: Doug Ledford Signed-off-by: Roland Dreier --- Reading git-diff-tree failed