Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249093
b: refs/heads/master
c: 860a4e9
h: refs/heads/master
i:
  249091: 47833ed
v: v3
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Apr 20, 2011
1 parent b672ab9 commit 4eea58f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7aead6d77a8f4c3d05cce54fc2ab5babf2b8753f
refs/heads/master: 860a4e9d9f95f6fa1cbfdf3953863997121a07f9
3 changes: 3 additions & 0 deletions trunk/drivers/staging/iio/gyro/gyro.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
#define IIO_DEV_ATTR_GYRO_Z_CALIBSCALE(_mode, _show, _store, _addr) \
IIO_DEVICE_ATTR(gyro_z_calibscale, _mode, _show, _store, _addr)

#define IIO_DEV_ATTR_GYRO_Z_QUADRATURE_CORRECTION(_show, _addr) \
IIO_DEVICE_ATTR(gyro_z_quadrature_correction_raw, S_IRUGO, _show, NULL, _addr)

#define IIO_DEV_ATTR_GYRO(_show, _addr) \
IIO_DEVICE_ATTR(gyro_raw, S_IRUGO, _show, NULL, _addr)

Expand Down

0 comments on commit 4eea58f

Please sign in to comment.