]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit69a8f015e14df130132b38c3e69a52b6df94713e
tree1fd4da4dfba0aa43f9d4cc8f66649423a2c2c7e3
parent9c3ade7e94c797a2e0c3569d83f8b0454dff62c9
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