Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;