]> git.hungrycats.org Git - linux/commitdiff
[PATCH] miropcm20 build fix
authorGerd Knorr <kraxel@bytesex.org>
Tue, 12 Mar 2002 05:03:01 +0000 (21:03 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Tue, 12 Mar 2002 05:03:01 +0000 (21:03 -0800)
This patch fixes the build failure of the miro radio driver due to
the new location of the sound drivers in the tree (alsa merge).

drivers/media/radio/miropcm20-radio.c
drivers/media/radio/miropcm20-rds-core.c

index 0898e6930e16b5677c8ffc4d9aa826fed1f66826..3f5589faceaf4a35adc1f8bccd272bec989893b8 100644 (file)
@@ -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;
index d125f1b19db75ebe955d258eb2f25b2f2a072bd9..5bcde21e42cfea0b3ffa6feacf404236601fd3a0 100644 (file)
@@ -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