Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281267
b: refs/heads/master
c: f32971c
h: refs/heads/master
i:
  281265: ad5419a
  281263: 0e96154
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Dec 8, 2011
1 parent 849fc91 commit ea1fe57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: c0e9e6ba3488d6680600d6cad7fea5252c6f1dae
refs/heads/master: f32971ce0a008979f85e16a5090790e94eea9e9b
2 changes: 0 additions & 2 deletions trunk/drivers/staging/iio/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ struct iio_buffer;
* @mark_in_use: reference counting, typically to prevent module removal
* @unmark_in_use: reduce reference count when no longer using buffer
* @store_to: actually store stuff to the buffer
* @read_last: get the last element stored
* @read_first_n: try to get a specified number of elements (must exist)
* @mark_param_change: notify buffer that some relevant parameter has changed
* Often this means the underlying storage may need to
Expand All @@ -48,7 +47,6 @@ struct iio_buffer_access_funcs {
void (*unmark_in_use)(struct iio_buffer *buffer);

int (*store_to)(struct iio_buffer *buffer, u8 *data, s64 timestamp);
int (*read_last)(struct iio_buffer *buffer, u8 *data);
int (*read_first_n)(struct iio_buffer *buffer,
size_t n,
char __user *buf);
Expand Down

0 comments on commit ea1fe57

Please sign in to comment.