Skip to content

Commit

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

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#define APCI1710_TTL_INIT 0
#define APCI1710_TTL_INITDIRECTION 1

#include "APCI1710_Ttl.h"
#define APCI1710_TTL_READCHANNEL 0
#define APCI1710_TTL_READPORT 1

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

This file was deleted.

0 comments on commit fcea74f

Please sign in to comment.