Add a missing change in r304575.
Noticed by: jhb
This commit is contained in:
parent
7fcbd928f8
commit
bb7e9b3046
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user