Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235815
b: refs/heads/master
c: 30a2cb3
h: refs/heads/master
i:
  235813: 07c9cf8
  235811: dd517b7
  235807: 8430649
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 5138d47 commit 272340f
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: 7863ff276d2a151aaf1b4ad7798ff2610e7b2996
refs/heads/master: 30a2cb350fcc34f36f86ecf4a5505f02e6810727
1 change: 0 additions & 1 deletion trunk/drivers/staging/easycap/easycap.h
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ extern struct usb_driver easycap_usb_driver;
extern struct easycap_dongle easycapdc60_dongle[];
#ifdef CONFIG_EASYCAP_OSS
extern struct usb_class_driver easyoss_class;
extern const struct file_operations easyoss_fops;
#endif /* !CONFIG_EASYCAP_OSS */

#endif /* !__EASYCAP_H__ */
2 changes: 1 addition & 1 deletion trunk/drivers/staging/easycap/easycap_sound_oss.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ return 0;
}
/*****************************************************************************/

const struct file_operations easyoss_fops = {
static const struct file_operations easyoss_fops = {
.owner = THIS_MODULE,
.open = easyoss_open,
.release = easyoss_release,
Expand Down

0 comments on commit 272340f

Please sign in to comment.