staging/rdma/hfi1: Remove file pointer macros
authorIra Weiny <ira.weiny@intel.com>
Fri, 30 Oct 2015 22:58:40 +0000 (18:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit9e10af4787ac5164345c89ba5118686b4463857d
treeecdb5aff4c0de1e362d8b1af023d5c222b5d0a65
parent9062305b902d9daadf1ca34d32df40858d82a2c9
staging/rdma/hfi1: Remove file pointer macros

Remove the following macros in favor of explicit use of struct hfi1_filedata and
various sub structures.

ctxt_fp
subctxt_fp
tidcursor_fp
user_sdma_pkt_fp
user_sdma_comp_fp

Reviewed-by: Mitko Haralanov <mitko.haralanov@intel.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/file_ops.c
drivers/staging/rdma/hfi1/hfi.h
drivers/staging/rdma/hfi1/user_sdma.c