Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197200
b: refs/heads/master
c: 09372df
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent fb93e2f commit 9fa7b13
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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: 9e8c604821b372c6e98e9632f5617913bf92ae45
refs/heads/master: 09372df0dff51121e772ca5870fb565a08840c86
2 changes: 0 additions & 2 deletions trunk/drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ static inline unsigned comedi_buf_read_n_allocated(struct comedi_async *async)
return async->buf_read_alloc_count - async->buf_read_count;
}

void comedi_reset_async_buf(struct comedi_async *async);

static inline void *comedi_aux_data(int options[], int n)
{
unsigned long address;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/comedi/drivers.c
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ void comedi_reset_async_buf(struct comedi_async *async)

async->events = 0;
}
EXPORT_SYMBOL(comedi_reset_async_buf);

int comedi_auto_config(struct device *hardware_device, const char *board_name,
const int *options, unsigned num_options)
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,3 +1,4 @@

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

0 comments on commit 9fa7b13

Please sign in to comment.