aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ipz_pt_fn.h
diff options
context:
space:
mode:
authorHoang-Nam Nguyen <hnguyen@de.ibm.com>2007-07-28 21:47:53 -0700
committerRoland Dreier <rolandd@cisco.com>2007-07-28 21:47:53 -0700
commit1655fc2e12ed7d208403c043428291b83aa833bb (patch)
tree7773ef9241b5afdb06d220ec531f2fb4420a24af /drivers/infiniband/hw/ehca/ipz_pt_fn.h
parentIB/mlx4: Whitespace fix (diff)
downloadlinux-dev-1655fc2e12ed7d208403c043428291b83aa833bb.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/infiniband/hw/ehca/ipz_pt_fn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ehca/ipz_pt_fn.h b/drivers/infiniband/hw/ehca/ipz_pt_fn.h
index c6937a044e8a..a801274ea337 100644
--- a/drivers/infiniband/hw/ehca/ipz_pt_fn.h
+++ b/drivers/infiniband/hw/ehca/ipz_pt_fn.h
@@ -54,6 +54,8 @@
struct ehca_pd;
struct ipz_small_queue_page;
+extern struct kmem_cache *small_qp_cache;
+
/* struct generic ehca page */
struct ipz_page {
u8 entries[EHCA_PAGESIZE];