[PATCH] orinoco: Make nortel_pci_hw_init() static.
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>
This commit is contained in:
parent
ef846bf04f
commit
4c08202547
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue