diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-17 03:20:35 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-17 03:20:35 -0300 |
commit | 9c6700a30c3bdf29513d2821d725d25e728b9d68 (patch) | |
tree | be77a1f343ff583b4d1affe05f3232270bbc1804 /linux/sound/oss/aci.c | |
parent | 45a54903feaab08ae3980a1aa4ce8635480d105b (diff) | |
download | mediapointer-dvb-s2-9c6700a30c3bdf29513d2821d725d25e728b9d68.tar.gz mediapointer-dvb-s2-9c6700a30c3bdf29513d2821d725d25e728b9d68.tar.bz2 |
Reorder compat.h to the end of includes to avoid errors
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/sound/oss/aci.c')
-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 */ |