* [patch] miro radio fix
@ 2002-02-14 15:21 Gerd Knorr
0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2002-02-14 15:21 UTC (permalink / raw)
To: Linus Torvalds, Kernel List
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-02-14 16:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-14 15:21 [patch] miro radio fix Gerd Knorr
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.