diff options
Diffstat (limited to 'include/asm-ppc/commproc.h')
-rw-r--r-- | include/asm-ppc/commproc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-ppc/commproc.h b/include/asm-ppc/commproc.h index 3247bea5fc2b..7b06b4e6bf30 100644 --- a/include/asm-ppc/commproc.h +++ b/include/asm-ppc/commproc.h | |||
@@ -690,8 +690,7 @@ typedef struct risc_timer_pram { | |||
690 | #define CICR_IEN ((uint)0x00000080) /* Int. enable */ | 690 | #define CICR_IEN ((uint)0x00000080) /* Int. enable */ |
691 | #define CICR_SPS ((uint)0x00000001) /* SCC Spread */ | 691 | #define CICR_SPS ((uint)0x00000001) /* SCC Spread */ |
692 | 692 | ||
693 | extern void cpm_install_handler(int vec, | 693 | extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id); |
694 | void (*handler)(void *, struct pt_regs *regs), void *dev_id); | ||
695 | extern void cpm_free_handler(int vec); | 694 | extern void cpm_free_handler(int vec); |
696 | 695 | ||
697 | #endif /* __CPM_8XX__ */ | 696 | #endif /* __CPM_8XX__ */ |