From: Gerd Knorr <kraxel@bytesex.org>
To: Linus Torvalds <torvalds@transmeta.com>,
Kernel List <linux-kernel@vger.kernel.org>
Subject: [patch] miro radio fix
Date: Thu, 14 Feb 2002 16:21:18 +0100 [thread overview]
Message-ID: <20020214162118.C8112@bytesex.org> (raw)
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;
reply other threads:[~2002-02-14 16:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020214162118.C8112@bytesex.org \
--to=kraxel@bytesex.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox