make myri10ge_get_firmware_capabilities() static

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Monday, May 26, 2008 - 2:05 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0178ec...
Commit:     0178ec3d3e4e48c63b350e712835a4a5c15c6c86
Parent:     7ad62dbcb5766dae38516e0333a6f68a1b6df884
Author:     Adrian Bunk <bunk@kernel.org>
AuthorDate: Tue May 20 00:53:00 2008 +0300
Committer:  Jeff Garzik <jgarzik@redhat.com>
CommitDate: Thu May 22 06:18:12 2008 -0400

    make myri10ge_get_firmware_capabilities() static
    
    This patch makes the needlessly global
    myri10ge_get_firmware_capabilities() static.
    
    Signed-off-by: Adrian Bunk <bunk@kernel.org>
    Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
---
 drivers/net/myri10ge/myri10ge.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/myri10ge/myri10ge.c b/drivers/net/myri10ge/myri10ge.c
index c91b12e..36be6ef 100644
--- a/drivers/net/myri10ge/myri10ge.c
+++ b/drivers/net/myri10ge/myri10ge.c
@@ -631,7 +631,7 @@ static int myri10ge_adopt_running_firmware(struct myri10ge_priv *mgp)
 	return status;
 }
 
-int myri10ge_get_firmware_capabilities(struct myri10ge_priv *mgp)
+static int myri10ge_get_firmware_capabilities(struct myri10ge_priv *mgp)
 {
 	struct myri10ge_cmd cmd;
 	int status;
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
make myri10ge_get_firmware_capabilities() static, Linux Kernel Mailing List..., (Mon May 26, 2:05 pm)