Skip to content

Commit

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

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#include "hwdrv_apci1516.h"
/********* Definitions for APCI-1516 card *****/

/* Card Specific information */
#define APCI1516_ADDRESS_RANGE 8

/* DIGITAL INPUT-OUTPUT DEFINE */

#define APCI1516_DIGITAL_OP 4
#define APCI1516_DIGITAL_OP_RW 4
#define APCI1516_DIGITAL_IP 0

/* TIMER COUNTER WATCHDOG DEFINES */

#define ADDIDATA_WATCHDOG 2
#define APCI1516_DIGITAL_OP_WATCHDOG 0
#define APCI1516_WATCHDOG_ENABLEDISABLE 12
#define APCI1516_WATCHDOG_RELOAD_VALUE 4
#define APCI1516_WATCHDOG_STATUS 16

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

This file was deleted.

0 comments on commit 89bfdc0

Please sign in to comment.