Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273733
b: refs/heads/master
c: b3f4e1e
h: refs/heads/master
i:
  273731: 75ac298
v: v3
  • Loading branch information
Timo Kokkonen authored and Mauro Carvalho Chehab committed Nov 3, 2011
1 parent fb43de0 commit bf3ab85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: bc54919f83df61860c7a183016bbced054f9e474
refs/heads/master: b3f4e1eba45eda5d1213810ef3bc53e5247df2df
12 changes: 6 additions & 6 deletions trunk/drivers/media/video/saa7134/saa7134.h
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,10 @@ void saa7134_probe_i2c_ir(struct saa7134_dev *dev);
int saa7134_ir_start(struct saa7134_dev *dev);
void saa7134_ir_stop(struct saa7134_dev *dev);
#else
#define saa7134_input_init1(dev) (0)
#define saa7134_input_fini(dev) (0)
#define saa7134_input_irq(dev) (0)
#define saa7134_probe_i2c_ir(dev) (0)
#define saa7134_ir_start(dev) (0)
#define saa7134_ir_stop(dev) (0)
#define saa7134_input_init1(dev) ((void)0)
#define saa7134_input_fini(dev) ((void)0)
#define saa7134_input_irq(dev) ((void)0)
#define saa7134_probe_i2c_ir(dev) ((void)0)
#define saa7134_ir_start(dev) ((void)0)
#define saa7134_ir_stop(dev) ((void)0)
#endif

0 comments on commit bf3ab85

Please sign in to comment.