Commit ca715f04 authored by Gerd Knorr's avatar Gerd Knorr Committed by Linus Torvalds

[PATCH] miropcm20 build fix

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).
parent b0db8236
......@@ -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;
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment