Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125530
b: refs/heads/master
c: 9ed5537
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Mauro Carvalho Chehab committed Jan 2, 2009
1 parent e9bdde7 commit 1ddc3f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: aecde8b53b8ee1330a5a8206200f0d6b8845a6e0
refs/heads/master: 9ed55375919bc30c448c6dd5107e8d593f96856f
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/frontends/cx24116.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ struct cx24116_config {
u8 mpg_clk_pos_pol:0x02;
};

#if defined(CONFIG_DVB_CX24116) || defined(CONFIG_DVB_CX24116_MODULE)
#if defined(CONFIG_DVB_CX24116) || \
(defined(CONFIG_DVB_CX24116_MODULE) && defined(MODULE))
extern struct dvb_frontend *cx24116_attach(
const struct cx24116_config *config,
struct i2c_adapter *i2c);
Expand Down

0 comments on commit 1ddc3f4

Please sign in to comment.