Skip to content

Commit

Permalink
staging: comedi: APCI1710_Chrono: absorb private header
Browse files Browse the repository at this point in the history
The header file APCI1710_Chrono.h is only included by the source
file APCI1710_Chrono.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 924cd1c commit efc87d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 39 deletions.
22 changes: 16 additions & 6 deletions drivers/staging/comedi/drivers/addi-data/APCI1710_Chrono.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,22 @@ You should also find the complete GPL in the COPYING file accompanying this sour
+-----------------------------------------------------------------------+
*/

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#include "APCI1710_Chrono.h"
#define APCI1710_30MHZ 30
#define APCI1710_33MHZ 33
#define APCI1710_40MHZ 40

#define APCI1710_SINGLE 0
#define APCI1710_CONTINUOUS 1

#define APCI1710_CHRONO_PROGRESS_STATUS 0
#define APCI1710_CHRONO_READVALUE 1
#define APCI1710_CHRONO_CONVERTVALUE 2
#define APCI1710_CHRONO_READINTERRUPT 3

#define APCI1710_CHRONO_SET_CHANNELON 0
#define APCI1710_CHRONO_SET_CHANNELOFF 1
#define APCI1710_CHRONO_READ_CHANNEL 2
#define APCI1710_CHRONO_READ_PORT 3

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

This file was deleted.

0 comments on commit efc87d0

Please sign in to comment.