Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364014
b: refs/heads/master
c: ca52a23
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 9, 2013
1 parent 56e8d7a commit bf5bd91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 89 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: 0181ae77e383ca86bc5182f816c09de2bc38c2d2
refs/heads/master: ca52a233f7e0ba12ceab6a99fea60e877207e58f
79 changes: 0 additions & 79 deletions trunk/drivers/staging/comedi/drivers/am9513.h

This file was deleted.

9 changes: 0 additions & 9 deletions trunk/drivers/staging/comedi/drivers/rti800.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@ Configuration options:

#define RTI800_AI_TIMEOUT 100

#define Am9513_8BITBUS

#define Am9513_output_control(a) outb(a, dev->iobase+RTI800_9513A_CNTRL)
#define Am9513_output_data(a) outb(a, dev->iobase+RTI800_9513A_DATA)
#define Am9513_input_data() inb(dev->iobase+RTI800_9513A_DATA)
#define Am9513_input_status() inb(dev->iobase+RTI800_9513A_STATUS)

#include "am9513.h"

static const struct comedi_lrange range_rti800_ai_10_bipolar = {
4, {
BIP_RANGE(10),
Expand Down

0 comments on commit bf5bd91

Please sign in to comment.