Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357333
b: refs/heads/master
c: eed5670
h: refs/heads/master
i:
  357331: e53c2ab
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jan 6, 2013
1 parent 781791f commit bbb76a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6215596b5912c205ed48c11deb1cbdf0aa3ac25
refs/heads/master: eed5670a31c511e196fd50fc591689ffdab61f80
4 changes: 4 additions & 0 deletions trunk/drivers/media/usb/dvb-usb-v2/af9035.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ static int af9035_init(struct dvb_usb_device *d)
return ret;
}

#if defined(CONFIG_RC_CORE) || defined(CONFIG_RC_CORE_MODULE)
static int af9035_rc_query(struct dvb_usb_device *d)
{
unsigned int key;
Expand Down Expand Up @@ -1220,6 +1221,9 @@ static int af9035_get_rc_config(struct dvb_usb_device *d, struct dvb_usb_rc *rc)

return ret;
}
#else
#define af9035_get_rc_config NULL
#endif

/* interface 0 is used by DVB-T receiver and
interface 1 is for remote controller (HID) */
Expand Down

0 comments on commit bbb76a7

Please sign in to comment.