Skip to content

Commit

Permalink
staging: comedi: APCI1710_82x54: absorb private header
Browse files Browse the repository at this point in the history
The header file APCI1710_82x54.h is only included by the source
file APCI1710_82x54.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 a3e7f88 commit f197559
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 33 deletions.
14 changes: 13 additions & 1 deletion drivers/staging/comedi/drivers/addi-data/APCI1710_82x54.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,19 @@
| Description : APCI-1710 82X54 timer module |
*/

#include "APCI1710_82x54.h"
#define APCI1710_PCI_BUS_CLOCK 0
#define APCI1710_FRONT_CONNECTOR_INPUT 1
#define APCI1710_TIMER_READVALUE 0
#define APCI1710_TIMER_GETOUTPUTLEVEL 1
#define APCI1710_TIMER_GETPROGRESSSTATUS 2
#define APCI1710_TIMER_WRITEVALUE 3

#define APCI1710_TIMER_READINTERRUPT 1
#define APCI1710_TIMER_READALLTIMER 2

#ifndef APCI1710_10MHZ
#define APCI1710_10MHZ 10
#endif

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

This file was deleted.

0 comments on commit f197559

Please sign in to comment.