forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] v4l: hybrid dvb: move #defines to Makefile
This patch moves #define from cx88-dvb.c and saa7134-dvb.c into Makefile as CFLAGS, allowing code compatability with video4linux cvs. Signed-off-by: Michael Krufky <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Michael Krufky
authored and
Linus Torvalds
committed
Jul 27, 2005
1 parent
0b1cd0c
commit 84de2ef
Showing
4 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* $Id: saa7134-dvb.c,v 1.18 2005/07/04 16:05:50 mkrufky Exp $ | ||
* $Id: saa7134-dvb.c,v 1.22 2005/07/23 10:08:00 mkrufky Exp $ | ||
* | ||
* (c) 2004 Gerd Knorr <[email protected]> [SuSE Labs] | ||
* | ||
|
@@ -29,9 +29,8 @@ | |
#include <linux/delay.h> | ||
#include <linux/kthread.h> | ||
#include <linux/suspend.h> | ||
#include <linux/config.h> | ||
|
||
#define CONFIG_DVB_MT352 1 | ||
#define CONFIG_DVB_TDA1004X 1 | ||
|
||
#include "saa7134-reg.h" | ||
#include "saa7134.h" | ||
|