Staging: comedi: Remove V_FP_V typedef

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Bill Pemberton 2009-03-16 22:04:50 -04:00 committed by Greg Kroah-Hartman
parent eb5e029eba
commit 2e561b12e8
1 changed files with 1 additions and 2 deletions

View File

@ -220,8 +220,7 @@ DECLARE_VOID_IRQ(21);
DECLARE_VOID_IRQ(22);
DECLARE_VOID_IRQ(23);
typedef void (*V_FP_V) (void);
static V_FP_V handle_void_irq_ptrs[] = {
static void handle_void_irq_ptrs[] = {
handle_void_irq_0,
handle_void_irq_1,
handle_void_irq_2,