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;