Commit 4c082025 authored by Pavel Roskin's avatar Pavel Roskin Committed by Jeff Garzik

[PATCH] orinoco: Make nortel_pci_hw_init() static.

Signed-off-by: default avatarPavel Roskin <proski@gnu.org>

Make nortel_pci_hw_init() static.

Found by sparse.
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent ef846bf0
......@@ -92,7 +92,7 @@ static int nortel_pci_cor_reset(struct orinoco_private *priv)
return 0;
}
int nortel_pci_hw_init(struct nortel_pci_card *card)
static int nortel_pci_hw_init(struct nortel_pci_card *card)
{
int i;
u32 reg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment