Skip to content

Commit

Permalink
staging: comedi: APCI1710_Tor: absorb private header
Browse files Browse the repository at this point in the history
The header file APCI1710_Tor.h is only included by the source
file APCI1710_Tor.c. Absorb the header into the source and
delete the header.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent fcea74f commit b629be2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 39 deletions.
21 changes: 15 additions & 6 deletions drivers/staging/comedi/drivers/addi-data/APCI1710_Tor.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,22 @@ You should also find the complete GPL in the COPYING file accompanying this sour
+-----------------------------------------------------------------------+
*/

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#define APCI1710_30MHZ 30
#define APCI1710_33MHZ 33
#define APCI1710_40MHZ 40

#define APCI1710_GATE_INPUT 10

#define APCI1710_TOR_SIMPLE_MODE 2
#define APCI1710_TOR_DOUBLE_MODE 3
#define APCI1710_TOR_QUADRUPLE_MODE 4

#define APCI1710_SINGLE 0
#define APCI1710_CONTINUOUS 1

#include "APCI1710_Tor.h"
#define APCI1710_TOR_GETPROGRESSSTATUS 0
#define APCI1710_TOR_GETCOUNTERVALUE 1
#define APCI1710_TOR_READINTERRUPT 2

/*
+----------------------------------------------------------------------------+
Expand Down
33 changes: 0 additions & 33 deletions drivers/staging/comedi/drivers/addi-data/APCI1710_Tor.h

This file was deleted.

0 comments on commit b629be2

Please sign in to comment.