Skip to content

Commit

Permalink
staging: comedi: APCI1710_Pwm: absorb private header
Browse files Browse the repository at this point in the history
The header file APCI1710_Pwm.h is only included by the source
file APCI1710_Pwm.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 ebffb12 commit bbb19fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
15 changes: 9 additions & 6 deletions drivers/staging/comedi/drivers/addi-data/APCI1710_Pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,16 @@ 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_PWM_INIT 0
#define APCI1710_PWM_GETINITDATA 1

#include "APCI1710_Pwm.h"
#define APCI1710_PWM_DISABLE 0
#define APCI1710_PWM_ENABLE 1
#define APCI1710_PWM_NEWTIMING 2

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

This file was deleted.

0 comments on commit bbb19fc

Please sign in to comment.