Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205781
b: refs/heads/master
c: 388be48
h: refs/heads/master
i:
  205779: f613298
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 337c209 commit 103f923
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 97 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: 3bbb49aa3f667e6b871886bd75b3bb311d656eea
refs/heads/master: 388be4883952872b48c8e4789ff77d5b3b9cadb7
7 changes: 1 addition & 6 deletions trunk/drivers/staging/iio/light/light.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

/* Light to digital sensor attributes */

#define IIO_DEV_ATTR_LIGHT_INFRARED(_num, _show, _addr) \
IIO_DEVICE_ATTR(light_infrared##_num, S_IRUGO, _show, NULL, _addr)
#define IIO_EVENT_CODE_LIGHT_THRESH IIO_EVENT_CODE_LIGHT_BASE

#define IIO_DEV_ATTR_LIGHT_BROAD(_num, _show, _addr) \
IIO_DEVICE_ATTR(light_broadspectrum##_num, S_IRUGO, _show, NULL, _addr)

#define IIO_DEV_ATTR_LIGHT_VISIBLE(_num, _show, _addr) \
IIO_DEVICE_ATTR(light_visible##_num, S_IRUGO, _show, NULL, _addr)
Loading

0 comments on commit 103f923

Please sign in to comment.