Add a missing change in r304575.

Noticed by:	jhb
This commit is contained in:
Pyun YongHyeon 2016-08-22 03:28:06 +00:00
parent 7fcbd928f8
commit bb7e9b3046
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304584

View File

@ -235,7 +235,8 @@ struct alc_softc {
#define ALC_FLAG_APS 0x1000
#define ALC_FLAG_AR816X_FAMILY 0x2000
#define ALC_FLAG_LINK_WAR 0x4000
#define ALC_FLAG_LINK 0x8000
#define ALC_FLAG_E2X00 0x8000
#define ALC_FLAG_LINK 0x10000
struct callout alc_tick_ch;
struct alc_hw_stats alc_stats;