Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197171
b: refs/heads/master
c: e423151
h: refs/heads/master
i:
  197169: 981b7cb
  197167: a108c38
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 467d0f7 commit 08a5b7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 18736438ae4ab3d96602b92446e07cc03c024b02
refs/heads/master: e42315177d278089ba7b1e623ecbd5b273b7e62b
6 changes: 0 additions & 6 deletions trunk/drivers/staging/comedi/comedi_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
#include "comedidev.h"

/* for drivers */
EXPORT_SYMBOL(range_bipolar10);
EXPORT_SYMBOL(range_bipolar5);
EXPORT_SYMBOL(range_bipolar2_5);
EXPORT_SYMBOL(range_unipolar10);
EXPORT_SYMBOL(range_unipolar5);
EXPORT_SYMBOL(range_unknown);
EXPORT_SYMBOL_GPL(comedi_pci_auto_config);
EXPORT_SYMBOL_GPL(comedi_pci_auto_unconfig);
EXPORT_SYMBOL_GPL(comedi_usb_auto_config);
Expand Down
6 changes: 6 additions & 0 deletions trunk/drivers/staging/comedi/range.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ const struct comedi_lrange range_bipolar2_5 = { 1, {BIP_RANGE(2.5)} };
const struct comedi_lrange range_unipolar10 = { 1, {UNI_RANGE(10)} };
const struct comedi_lrange range_unipolar5 = { 1, {UNI_RANGE(5)} };
const struct comedi_lrange range_unknown = { 1, {{0, 1000000, UNIT_none} } };
EXPORT_SYMBOL(range_bipolar10);
EXPORT_SYMBOL(range_bipolar5);
EXPORT_SYMBOL(range_bipolar2_5);
EXPORT_SYMBOL(range_unipolar10);
EXPORT_SYMBOL(range_unipolar5);
EXPORT_SYMBOL(range_unknown);

/*
COMEDI_RANGEINFO
Expand Down

0 comments on commit 08a5b7e

Please sign in to comment.