Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197194
b: refs/heads/master
c: 88cccef
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 4a300ae commit 9b861a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: a1525758c848aedf590bba3a919321e2d80fcd6e
refs/heads/master: 88cccef0193a7f8c6a73326404c0b2f9ad27f71a
3 changes: 0 additions & 3 deletions trunk/drivers/staging/comedi/comedilib.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ int comedi_dio_bitfield(void *dev, unsigned int subdev, unsigned int mask,
int comedi_find_subdevice_by_type(void *dev, int type, unsigned int subd);
int comedi_get_n_channels(void *dev, unsigned int subdevice);

/* internal to kcomedilb */
int comedi_do_insn(void *dev, struct comedi_insn *insn);

#endif
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/kcomedilib/kcomedilib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ EXPORT_SYMBOL(comedi_close);
* COMEDI_INSN
* perform an instruction
*/
int comedi_do_insn(void *d, struct comedi_insn *insn)
static int comedi_do_insn(void *d, struct comedi_insn *insn)
{
struct comedi_device *dev = (struct comedi_device *)d;
struct comedi_subdevice *s;
Expand Down

0 comments on commit 9b861a0

Please sign in to comment.