summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 20:21:46 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 20:21:46 -0200
commit80b7d705696cbff6cd28813778ce9aa2e6a0c8c7 (patch)
treeb31547a0fac31449a3ae5b896e8d2b3b2549fb72 /linux
parentd2d89fbdf22ff136e7335c3faa93601161eadc4b (diff)
downloadmediapointer-dvb-s2-80b7d705696cbff6cd28813778ce9aa2e6a0c8c7.tar.gz
mediapointer-dvb-s2-80b7d705696cbff6cd28813778ce9aa2e6a0c8c7.tar.bz2
Change compat.h to be at the end of the main kernel headers
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux')
-rw-r--r--linux/sound/oss/aci.c2
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 */