]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/cxgb3: cleanups
authorAdrian Bunk <bunk@stusta.de>
Wed, 21 Feb 2007 10:52:49 +0000 (11:52 +0100)
committerRoland Dreier <rolandd@cisco.com>
Fri, 23 Feb 2007 21:10:43 +0000 (13:10 -0800)
commit48b8d153211263fccb4c8cb8f636dc3f09e19d5e
tree242a6e63bc0644dae6bb4a413d737d776f88a9d6
parentbcfe176e106dde981904cd6095a6fdf771c1d245
RDMA/cxgb3: cleanups

- don't mark static functions in C files as inline - gcc should know
  best whether inlining makes sense
- never compile the unused cxio_dbg.c
- make the following needlessly global functions static:
  - cxio_hal.c: cxio_hal_clear_qp_ctx()
  - iwch_provider.c: iwch_get_qp()
- remove the following unused global functions:
  - cxio_hal.c: cxio_allocate_stag()
  - cxio_resource.: cxio_hal_get_rhdl()
  - cxio_resource.: cxio_hal_put_rhdl()

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/cxgb3/Makefile
drivers/infiniband/hw/cxgb3/cxio_hal.c
drivers/infiniband/hw/cxgb3/cxio_hal.h
drivers/infiniband/hw/cxgb3/cxio_resource.c
drivers/infiniband/hw/cxgb3/iwch_cm.c
drivers/infiniband/hw/cxgb3/iwch_provider.c
drivers/infiniband/hw/cxgb3/iwch_provider.h
drivers/infiniband/hw/cxgb3/iwch_qp.c