summaryrefslogtreecommitdiffstats
path: root/sys/dev/malo/if_malo_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/malo/if_malo_pci.c')
-rw-r--r--sys/dev/malo/if_malo_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malo_pci.c b/sys/dev/malo/if_malo_pci.c
index 9c2027b..de9c39d 100644
--- a/sys/dev/malo/if_malo_pci.c
+++ b/sys/dev/malo/if_malo_pci.c
@@ -79,7 +79,7 @@ struct malo_pci_softc {
* Tunable variables.
*/
SYSCTL_DECL(_hw_malo);
-SYSCTL_NODE(_hw_malo, OID_AUTO, pci, CTLFLAG_RD, 0,
+static SYSCTL_NODE(_hw_malo, OID_AUTO, pci, CTLFLAG_RD, 0,
"Marvell 88W8335 driver PCI parameters");
static int msi_disable = 0; /* MSI disabled */
OpenPOWER on IntegriCloud