From 9c6700a30c3bdf29513d2821d725d25e728b9d68 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 17 Aug 2007 03:20:35 -0300 Subject: Reorder compat.h to the end of includes to avoid errors From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- linux/sound/oss/aci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/sound') 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 #include -#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 */ -- cgit v1.2.3