Skip to content

Commit

Permalink
staging: comedi: hwrdv_apci2200: absorb private header
Browse files Browse the repository at this point in the history
The header file hwdrv_apci2200.h is only included by the source
file hwrdv_apci2200.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 1417b5f commit 7526eab
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/hwdrv_apci2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,22 @@ You should also find the complete GPL in the COPYING file accompanying this sour
+----------+-----------+------------------------------------------------+
*/

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

/* Card Specific information */
#define APCI2200_ADDRESS_RANGE 64

/* DIGITAL INPUT-OUTPUT DEFINE */

#define APCI2200_DIGITAL_OP 4
#define APCI2200_DIGITAL_IP 0

/* TIMER COUNTER WATCHDOG DEFINES */

#define APCI2200_WATCHDOG 0x08
#define APCI2200_WATCHDOG_ENABLEDISABLE 12
#define APCI2200_WATCHDOG_RELOAD_VALUE 4
#define APCI2200_WATCHDOG_STATUS 16

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

This file was deleted.

0 comments on commit 7526eab

Please sign in to comment.