diff options
Diffstat (limited to 'linux/sound')
-rw-r--r-- | linux/sound/oss/aci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/sound/oss/aci.c b/linux/sound/oss/aci.c index 49a89e8ed..a8021c8c0 100644 --- a/linux/sound/oss/aci.c +++ b/linux/sound/oss/aci.c @@ -64,8 +64,8 @@ #include <asm/io.h> #include <asm/uaccess.h> -#include "compat.h" #include "sound_config.h" +#include "compat.h" int aci_port; /* as determined by bit 4 in the OPTi 929 MC4 register */ static int aci_idcode[2]; /* manufacturer and product ID */ |