]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (4043): Miropcm20: fix sub-optimal header inclusion for sound/oss/aci.h
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 23 May 2006 21:39:29 +0000 (18:39 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:00:39 +0000 (02:00 -0300)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/radio/Makefile
drivers/media/radio/miropcm20-radio.c
drivers/media/radio/miropcm20-rds-core.c

index 8b351945d0665caf31f31ade3a241da0b9d6aff0..e95b6805e00257ecdc752a405bc81eba2e443f8a 100644 (file)
@@ -20,3 +20,5 @@ obj-$(CONFIG_RADIO_GEMTEK) += radio-gemtek.o
 obj-$(CONFIG_RADIO_GEMTEK_PCI) += radio-gemtek-pci.o
 obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
 obj-$(CONFIG_RADIO_MAESTRO) += radio-maestro.o
+
+EXTRA_CFLAGS += -Isound
index ba1f0c105099aa75061eb8d55e2784a4f0fc6684..7765c6a0cfe67fcc2e9631a1d24f1f5cad7e3a95 100644 (file)
@@ -22,7 +22,7 @@
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/videodev.h>
-#include "../../../sound/oss/aci.h"
+#include "oss/aci.h"
 #include "miropcm20-rds-core.h"
 
 static int radio_nr = -1;
index dfb8252b23ef221cc13703d0f9225ac63a01d34b..9428d8b2642c9b7a103eca1f8b8156d3e66e3935 100644 (file)
@@ -21,7 +21,7 @@
 #include <linux/mutex.h>
 
 #include <asm/io.h>
-#include "../../../sound/oss/aci.h"
+#include "oss/aci.h"
 #include "miropcm20-rds-core.h"
 
 #define DEBUG 0