Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206035
b: refs/heads/master
c: 073e537
h: refs/heads/master
i:
  206033: 22197af
  206031: 1d646c9
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Aug 3, 2010
1 parent 675d85e commit a69bb30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b98c9e60a44645737fa2ffef9a2d1ef2243c50d5
refs/heads/master: 073e5371e253f80fb41cf915a0abd2f1b0e8d410
8 changes: 8 additions & 0 deletions trunk/drivers/staging/iio/imu/adis16350.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,13 @@ adis16350_read_data_from_ring(struct device *dev,
return 0;
}

static inline int adis16350_configure_ring(struct iio_dev *indio_dev)
{
return 0;
}

static inline void adis16350_unconfigure_ring(struct iio_dev *indio_dev)
{
}
#endif /* CONFIG_IIO_RING_BUFFER */
#endif /* SPI_ADIS16350_H_ */

0 comments on commit a69bb30

Please sign in to comment.