Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363871
b: refs/heads/master
c: 5f8eb72
h: refs/heads/master
i:
  363869: 4d17653
  363867: 1292aa2
  363863: d749e38
  363855: bf9dbe0
  363839: 93d3589
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 5, 2013
1 parent 061f1ec commit 9f2722c
Show file tree
Hide file tree
Showing 3 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: ff0f7ad58fcd614b990d0ce649a918bfeb644cde
refs/heads/master: 5f8eb72cef685462e1465ce3f317eaac4d93f9bd
1 change: 1 addition & 0 deletions trunk/drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ extern const struct comedi_lrange range_bipolar5;
extern const struct comedi_lrange range_bipolar2_5;
extern const struct comedi_lrange range_unipolar10;
extern const struct comedi_lrange range_unipolar5;
extern const struct comedi_lrange range_unipolar2_5;
extern const struct comedi_lrange range_unknown;

#define range_digital range_unipolar5
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/staging/comedi/range.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const struct comedi_lrange range_unipolar10 = { 1, {UNI_RANGE(10)} };
EXPORT_SYMBOL(range_unipolar10);
const struct comedi_lrange range_unipolar5 = { 1, {UNI_RANGE(5)} };
EXPORT_SYMBOL(range_unipolar5);
const struct comedi_lrange range_unipolar2_5 = { 1, {UNI_RANGE(2.5)} };
EXPORT_SYMBOL(range_unipolar2_5);
const struct comedi_lrange range_unknown = { 1, {{0, 1000000, UNIT_none} } };
EXPORT_SYMBOL(range_unknown);

Expand Down

0 comments on commit 9f2722c

Please sign in to comment.