V4L/DVB (4043): Miropcm20: fix sub-optimal header inclusion for sound/oss/aci.h

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Michael Krufky 2006-05-23 18:39:29 -03:00 committed by Mauro Carvalho Chehab
parent 6e20409004
commit 2938d7800f
3 changed files with 4 additions and 2 deletions

View File

@ -20,3 +20,5 @@ obj-$(CONFIG_RADIO_GEMTEK) += radio-gemtek.o
obj-$(CONFIG_RADIO_GEMTEK_PCI) += radio-gemtek-pci.o
obj-$(CONFIG_RADIO_TRUST) += radio-trust.o
obj-$(CONFIG_RADIO_MAESTRO) += radio-maestro.o
EXTRA_CFLAGS += -Isound

View File

@ -22,7 +22,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/videodev.h>
#include "../../../sound/oss/aci.h"
#include "oss/aci.h"
#include "miropcm20-rds-core.h"
static int radio_nr = -1;

View File

@ -21,7 +21,7 @@
#include <linux/mutex.h>
#include <asm/io.h>
#include "../../../sound/oss/aci.h"
#include "oss/aci.h"
#include "miropcm20-rds-core.h"
#define DEBUG 0