diff options
author | Hoang-Nam Nguyen <hnguyen@de.ibm.com> | 2007-07-29 06:47:53 +0200 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-07-29 06:47:53 +0200 |
commit | 1655fc2e12ed7d208403c043428291b83aa833bb (patch) | |
tree | 7773ef9241b5afdb06d220ec531f2fb4420a24af /drivers/infiniband/hw/ehca/ehca_pd.c | |
parent | IB/mlx4: Whitespace fix (diff) | |
download | linux-1655fc2e12ed7d208403c043428291b83aa833bb.tar.xz linux-1655fc2e12ed7d208403c043428291b83aa833bb.zip |
IB/ehca: Move extern declarations from .c files to .h files
Make sure declarations stay in sync with definitions by keeping all
extern declarations in common .h files.
Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ehca/ehca_pd.c')
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_pd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_pd.c b/drivers/infiniband/hw/ehca/ehca_pd.c index 3dafd7ff36cd..43bcf085fcf2 100644 --- a/drivers/infiniband/hw/ehca/ehca_pd.c +++ b/drivers/infiniband/hw/ehca/ehca_pd.c @@ -88,7 +88,6 @@ int ehca_dealloc_pd(struct ib_pd *pd) u32 cur_pid = current->tgid; struct ehca_pd *my_pd = container_of(pd, struct ehca_pd, ib_pd); int i, leftovers = 0; - extern struct kmem_cache *small_qp_cache; struct ipz_small_queue_page *page, *tmp; if (my_pd->ib_pd.uobject && my_pd->ib_pd.uobject->context && |