Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29975
b: refs/heads/master
c: 2938d78
h: refs/heads/master
i:
  29973: a51aadc
  29971: 4fc61dc
  29967: 9a03221
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent d002b09 commit 327c60e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e2040900467f3a80a3be558c7094ff022fb8cb4
refs/heads/master: 2938d7800f2ea2f8ad88d5b241cbda868875e965
2 changes: 2 additions & 0 deletions trunk/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 trunk/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 trunk/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 327c60e

Please sign in to comment.