make myri10ge_get_firmware_capabilities() static
authorAdrian Bunk <bunk@kernel.org>
Mon, 19 May 2008 21:53:00 +0000 (00:53 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 22 May 2008 10:18:12 +0000 (06:18 -0400)
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

index c91b12e..36be6ef 100644 (file)
@@ -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;