mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 21:05:02 -04:00
[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:
committed by
Jeff Garzik
parent
ef846bf04f
commit
4c08202547
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user