IB/hfi1: Remove unnecessary header
authorJubin John <jubin.john@intel.com>
Thu, 12 May 2016 17:23:16 +0000 (10:23 -0700)
committerDoug Ledford <dledford@redhat.com>
Fri, 13 May 2016 23:39:17 +0000 (19:39 -0400)
commit63d0b4a5fc5f589c6e980fc5d43c220e74a6f06c
tree1fd4da4dfba0aa43f9d4cc8f66649423a2c2c7e3
parent67caea1fec85266590dddfa431e1cb000bc942f4
IB/hfi1: Remove unnecessary header

While running perftests, there is a significant utilization of the
random number daemon. This is due to the linux/random.h header being
included in qp.c and verbs.c. However, none of the functions from this
header are being used in these files, so remove the unnecessary header.

Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/staging/rdma/hfi1/qp.c
drivers/staging/rdma/hfi1/verbs.c