Skip to content

Commit

Permalink
V4L/DVB (4043): Miropcm20: fix sub-optimal header inclusion for sound…
Browse files Browse the repository at this point in the history
…/oss/aci.h

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 6e20409 commit 2938d78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions drivers/media/radio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion drivers/media/radio/miropcm20-radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/radio/miropcm20-rds-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2938d78

Please sign in to comment.