From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: [PATCH infiniband] IB/qib: qib_user_sdma_rb_root can be static Date: Thu, 20 Mar 2014 20:35:46 +0800 Message-ID: <20140320123546.GA11076@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: CQ Tang , Roland Dreier , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Marciniszyn, Mike" List-Id: linux-rdma@vger.kernel.org CC: CQ Tang CC: Roland Dreier Signed-off-by: Fengguang Wu --- qib_user_sdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/qib/qib_user_sdma.c b/drivers/infiniband/hw/qib/qib_user_sdma.c index b225645..d2806ca 100644 --- a/drivers/infiniband/hw/qib/qib_user_sdma.c +++ b/drivers/infiniband/hw/qib/qib_user_sdma.c @@ -55,7 +55,7 @@ /* * track how many times a process open this driver. */ -struct rb_root qib_user_sdma_rb_root = RB_ROOT; +static struct rb_root qib_user_sdma_rb_root = RB_ROOT; struct qib_user_sdma_rb_node { struct rb_node node; -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html