diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2013-03-09 02:36:32 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2013-03-09 02:36:32 +0000 |
| commit | 7b1b32ed4582e7bcdd416c4718d0d79ebaea192d (patch) | |
| tree | 10841376b41eb8ffe9941799c492ce5eb0418aaf /sys/dev/ath | |
| parent | 03abd02e1efa33cbb430b395dfdf238e8f3a5f60 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/ah_osdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/ah_osdep.c b/sys/dev/ath/ah_osdep.c index cceb9a4a4c83..06f9327431a0 100644 --- a/sys/dev/ath/ah_osdep.c +++ b/sys/dev/ath/ah_osdep.c @@ -76,7 +76,8 @@ extern void DO_HALDEBUG(struct ath_hal *ah, u_int mask, const char* fmt, ...); /* NB: put this here instead of the driver to avoid circular references */ SYSCTL_NODE(_hw, OID_AUTO, ath, CTLFLAG_RD, 0, "Atheros driver parameters"); -SYSCTL_NODE(_hw_ath, OID_AUTO, hal, CTLFLAG_RD, 0, "Atheros HAL parameters"); +static SYSCTL_NODE(_hw_ath, OID_AUTO, hal, CTLFLAG_RD, 0, + "Atheros HAL parameters"); #ifdef AH_DEBUG int ath_hal_debug = 0; |
