diff options
-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 95405ff3c..49a89e8ed 100644 --- a/linux/sound/oss/aci.c +++ b/linux/sound/oss/aci.c @@ -51,7 +51,6 @@ * Get rid of check_region, .bss optimizations, use set_current_state */ -#include "compat.h" #include <linux/kernel.h> #include <linux/init.h> #include <linux/module.h> @@ -65,6 +64,7 @@ #include <asm/io.h> #include <asm/uaccess.h> +#include "compat.h" #include "sound_config.h" int aci_port; /* as determined by bit 4 in the OPTi 929 MC4 register */ |