Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197199
b: refs/heads/master
c: 9e8c604
h: refs/heads/master
i:
  197197: 90c2ace
  197195: 360c6e7
  197191: 3ef7f6a
  197183: 6d387a1
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 8c906d1 commit fb93e2f
Show file tree
Hide file tree
Showing 4 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: 242e7ad91a067243d7ab63b6a25ed2e085733446
refs/heads/master: 9e8c604821b372c6e98e9632f5617913bf92ae45
1 change: 0 additions & 1 deletion trunk/drivers/staging/comedi/comedi_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -2181,7 +2181,6 @@ void comedi_free_board_minor(unsigned minor)
kfree(info);
}
}
EXPORT_SYMBOL_GPL(comedi_free_board_minor);

int comedi_alloc_subdevice_minor(struct comedi_device *dev,
struct comedi_subdevice *s)
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ static inline void *comedi_aux_data(int options[], int n)
return (void *)address;
}

void comedi_free_board_minor(unsigned minor);
int comedi_alloc_subdevice_minor(struct comedi_device *dev,
struct comedi_subdevice *s);
void comedi_free_subdevice_minor(struct comedi_subdevice *s);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/comedi/internal.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

int comedi_alloc_board_minor(struct device *hardware_device);
void comedi_free_board_minor(unsigned minor);

0 comments on commit fb93e2f

Please sign in to comment.