Skip to content

Commit

Permalink
staging: comedi: APCI1710_Ssi: absorb private header
Browse files Browse the repository at this point in the history
The header file APCI1710_Ssi.h is only included by the source
file APCI1710_Ssi.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 b629be2 commit e595e92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 37 deletions.
19 changes: 13 additions & 6 deletions drivers/staging/comedi/drivers/addi-data/APCI1710_Ssi.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,20 @@ 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_BINARY_MODE 0x1
#define APCI1710_GRAY_MODE 0x0

#define APCI1710_SSI_READ1VALUE 1
#define APCI1710_SSI_READALLVALUE 2

#include "APCI1710_Ssi.h"
#define APCI1710_SSI_SET_CHANNELON 0
#define APCI1710_SSI_SET_CHANNELOFF 1
#define APCI1710_SSI_READ_1CHANNEL 2
#define APCI1710_SSI_READ_ALLCHANNEL 3

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

This file was deleted.

0 comments on commit e595e92

Please sign in to comment.