aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_mrmw.c
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/ehca_mrmw.c
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 'drivers/infiniband/hw/ehca/ehca_mrmw.c')
-rw-r--r--drivers/infiniband/hw/ehca/ehca_mrmw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_mrmw.c b/drivers/infiniband/hw/ehca/ehca_mrmw.c
index eb8d5caf543b..d97eda3e1da0 100644
--- a/drivers/infiniband/hw/ehca/ehca_mrmw.c
+++ b/drivers/infiniband/hw/ehca/ehca_mrmw.c
@@ -64,8 +64,6 @@ enum ehca_mr_pgsize {
EHCA_MR_PGSIZE16M = 0x1000000L
};
-extern int ehca_mr_largepage;
-
static u32 ehca_encode_hwpage_size(u32 pgsize)
{
u32 idx = 0;