Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82196
b: refs/heads/master
c: 568fdad
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent 9a5cbbf commit ee6b594
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d8d42233d4dd3b37623b27408316ffb8cf2b5e9b
refs/heads/master: 568fdade1415196a4835a9add48586e36a044d82
6 changes: 5 additions & 1 deletion trunk/drivers/usb/mon/mon_bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,8 @@ mon_bin_poll(struct file *file, struct poll_table_struct *wait)
return mask;
}

#if 0

/*
* open and close: just keep track of how many times the device is
* mapped, to use the proper memory allocation function.
Expand Down Expand Up @@ -1079,7 +1081,9 @@ int mon_bin_mmap(struct file *filp, struct vm_area_struct *vma)
return 0;
}

struct file_operations mon_fops_binary = {
#endif /* 0 */

static struct file_operations mon_fops_binary = {
.owner = THIS_MODULE,
.open = mon_bin_open,
.llseek = no_llseek,
Expand Down

0 comments on commit ee6b594

Please sign in to comment.