Skip to content

Commit

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

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#include "APCI1710_Dig_io.h"
/* Digital Output ON or OFF */
#define APCI1710_ON 1
#define APCI1710_OFF 0

/* Digital I/O */
#define APCI1710_INPUT 0
#define APCI1710_OUTPUT 1

#define APCI1710_DIGIO_MEMORYONOFF 0x10
#define APCI1710_DIGIO_INIT 0x11

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

This file was deleted.

0 comments on commit 86bb503

Please sign in to comment.