From: Roland Dreier Date: Wed, 10 Oct 2007 02:59:15 +0000 (-0700) Subject: IB/uverbs: Make ib_uverbs_release_event_file() static X-Git-Tag: v2.6.24-rc1~1453^2~39 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d29b0ede242000b24cfc34cc78fbd164c47e1a;p=pandora-kernel.git IB/uverbs: Make ib_uverbs_release_event_file() static ib_uverbs_release_event_file() is only used in uverbs_main.c, so make it static to that file. Also move the definition before the first use, so a forward declaration is not needed. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed