staging: comedi: hwdrv_apci1500: remove forward declarations
Remove the unnecessary forward declarations. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8581342bc7
commit
04b02aacee
@@ -113,52 +113,3 @@ enum {
|
|||||||
APCI1500_RW_PORT_B_PATTERN_TRANSITION,
|
APCI1500_RW_PORT_B_PATTERN_TRANSITION,
|
||||||
APCI1500_RW_PORT_B_PATTERN_MASK
|
APCI1500_RW_PORT_B_PATTERN_MASK
|
||||||
};
|
};
|
||||||
|
|
||||||
/*----------DIGITAL INPUT----------------*/
|
|
||||||
static int i_APCI1500_Initialisation(struct comedi_device *dev, struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn, unsigned int *data);
|
|
||||||
static int i_APCI1500_ConfigDigitalInputEvent(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn,
|
|
||||||
unsigned int *data);
|
|
||||||
|
|
||||||
static int i_APCI1500_StartStopInputEvent(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn, unsigned int *data);
|
|
||||||
static int i_APCI1500_ReadMoreDigitalInput(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn, unsigned int *data);
|
|
||||||
|
|
||||||
/*---------- DIGITAL OUTPUT------------*/
|
|
||||||
static int i_APCI1500_ConfigDigitalOutputErrorInterrupt(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn,
|
|
||||||
unsigned int *data);
|
|
||||||
static int i_APCI1500_WriteDigitalOutput(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn, unsigned int *data);
|
|
||||||
|
|
||||||
/*----------TIMER----------------*/
|
|
||||||
static int i_APCI1500_ConfigCounterTimerWatchdog(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn,
|
|
||||||
unsigned int *data);
|
|
||||||
static int i_APCI1500_StartStopTriggerTimerCounterWatchdog(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn,
|
|
||||||
unsigned int *data);
|
|
||||||
static int i_APCI1500_ReadCounterTimerWatchdog(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn,
|
|
||||||
unsigned int *data);
|
|
||||||
static int i_APCI1500_ReadInterruptMask(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn, unsigned int *data);
|
|
||||||
|
|
||||||
/*----------INTERRUPT HANDLER------*/
|
|
||||||
static void v_APCI1500_Interrupt(int irq, void *d);
|
|
||||||
static int i_APCI1500_ConfigureInterrupt(struct comedi_device *dev,
|
|
||||||
struct comedi_subdevice *s,
|
|
||||||
struct comedi_insn *insn, unsigned int *data);
|
|
||||||
/*----------RESET---------------*/
|
|
||||||
static int i_APCI1500_Reset(struct comedi_device *dev);
|
|
||||||
|
Reference in New Issue
Block a user