[patch] miro radio fix

Gerd Knorr (kraxel@bytesex.org)
Thu, 14 Feb 2002 16:21:18 +0100


Hi,

The miro radio driver doesn't build any more due to the sound drivers
being moved. This patch fixes it.

Gerd

------------------------------- cut here ---------------------------
--- linux-2.5.5-pre1/drivers/media/radio/miropcm20-rds-core.c Thu Feb 14 14:19:24 2002
+++ linux/drivers/media/radio/miropcm20-rds-core.c Thu Feb 14 14:20:45 2002
@@ -21,7 +21,7 @@
#include <linux/slab.h>
#include <asm/semaphore.h>
#include <asm/io.h>
-#include "../../sound/aci.h"
+#include "../../../sound/oss/aci.h"
#include "miropcm20-rds-core.h"

#define DEBUG 0
--- linux-2.5.5-pre1/drivers/media/radio/miropcm20-radio.c Thu Feb 14 14:21:12 2002
+++ linux/drivers/media/radio/miropcm20-radio.c Thu Feb 14 14:21:44 2002
@@ -22,7 +22,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/videodev.h>
-#include "../../sound/aci.h"
+#include "../../../sound/oss/aci.h"
#include "miropcm20-rds-core.h"

static int users = 0;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/