Skip to content

Commit

Permalink
[PATCH] orinoco: Make nortel_pci_hw_init() static.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Roskin <proski@gnu.org>

Make nortel_pci_hw_init() static.

Found by sparse.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Pavel Roskin authored and Jeff Garzik committed Sep 23, 2005
1 parent ef846bf commit 4c08202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/orinoco_nortel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4c08202

Please sign in to comment.