Commit 74236324 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: rti800: remove forward declaration

This forward declaration is not needed.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9e11a830
......@@ -130,8 +130,6 @@ struct rti800_board {
int has_ao;
};
static irqreturn_t rti800_interrupt(int irq, void *dev);
struct rti800_private {
enum {
adc_diff, adc_pseudodiff, adc_singleended
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment