git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a394f83
)
IB/uverbs: Make ib_uverbs_release_event_file() static
author
Roland Dreier
<rolandd@cisco.com>
Wed, 10 Oct 2007 02:59:15 +0000
(19:59 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Wed, 10 Oct 2007 02:59:15 +0000
(19:59 -0700)
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 <rolandd@cisco.com>
No differences found