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>
This commit is contained in:
@@ -631,7 +631,7 @@ static int myri10ge_adopt_running_firmware(struct myri10ge_priv *mgp)
|
|||||||
return status;
|
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;
|
struct myri10ge_cmd cmd;
|
||||||
int status;
|
int status;
|
||||||
|
Reference in New Issue
Block a user