Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285295
b: refs/heads/master
c: 4329f3c
h: refs/heads/master
i:
  285293: ebdb765
  285291: 89bf111
  285287: 5f0e52d
  285279: fcb9281
v: v3
  • Loading branch information
Tomas Winkler authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent d0c8d2e commit c331f8d
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 8b1fad2f046fb825046fee3a41885a70123de988
refs/heads/master: 4329f3c6a5fb4ed2332c7552894e7e4b8efef194
1 change: 0 additions & 1 deletion trunk/drivers/staging/media/easycap/easycap.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ extern bool easycap_readback;
extern const struct easycap_standard easycap_standard[];
extern struct easycap_format easycap_format[];
extern struct v4l2_queryctrl easycap_control[];
extern struct usb_driver easycap_usb_driver;
extern struct easycap_dongle easycapdc60_dongle[];

#endif /* !__EASYCAP_H__ */
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/easycap/easycap_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4150,7 +4150,7 @@ static struct usb_device_id easycap_usb_device_id_table[] = {
};

MODULE_DEVICE_TABLE(usb, easycap_usb_device_id_table);
struct usb_driver easycap_usb_driver = {
static struct usb_driver easycap_usb_driver = {
.name = "easycap",
.id_table = easycap_usb_device_id_table,
.probe = easycap_usb_probe,
Expand Down

0 comments on commit c331f8d

Please sign in to comment.