mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 20:53:08 -04:00
Un-staticize.
This commit is contained in:
parent
cf43dcc13b
commit
4390eccf7a
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ static struct isa_driver gusxvidriver = {sndprobe, sndattach, "gusxvi"};
|
|||
static struct isa_driver gusmaxdriver = {sndprobe, sndattach, "gusmax"};
|
||||
struct isa_driver uartdriver = {sndprobe, sndattach, "uart"};
|
||||
struct isa_driver mssdriver = {sndprobe, sndattach, "mss"};
|
||||
static struct isa_driver cssdriver = {sndprobe, sndattach, "css"};
|
||||
struct isa_driver cssdriver = {sndprobe, sndattach, "css"};
|
||||
struct isa_driver sscapedriver = {sndprobe, sndattach, "sscape"};
|
||||
struct isa_driver sscape_mssdriver = {sndprobe, sndattach, "sscape_mss"};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue