]> git.hungrycats.org Git - linux/commitdiff
[IA64] mca.h, mca_drv.c: cleanup extern declarations
authorTony Luck <tony.luck@intel.com>
Thu, 30 Sep 2004 18:51:37 +0000 (18:51 +0000)
committerTony Luck <aegl@agluck-lia64.sc.intel.com>
Thu, 30 Sep 2004 18:51:37 +0000 (18:51 +0000)
Move extern declarations of ia64_{reg,unreg}_MCA_extension()
to mca.h.  Delete declaration of ia64_mca_ucmc_other_recover_fp()
which doesn't exist.

Patch supplied by Hidetoshi Seto.

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/mca_drv.c
include/asm-ia64/mca.h

index 6410c91fec5eba5c3fa903d763242412916574cb..90ed84b723425ffc5602f9728fec87bca4927397 100644 (file)
@@ -39,8 +39,6 @@
 static int sal_rec_max = 10000;
 
 /* from mca.c */
-extern int  ia64_reg_MCA_extension(void*);
-extern void ia64_unreg_MCA_extension(void);
 static ia64_mca_sal_to_os_state_t *sal_to_os_handoff_state;
 static ia64_mca_os_to_sal_state_t *os_to_sal_handoff_state;
 
index a4b8565f0e1d78643436410f066a640089575744..1d000699eeec11e450aa10c5d3b312ef03f6ec4d 100644 (file)
@@ -119,7 +119,8 @@ extern void ia64_mca_ucmc_handler(void);
 extern void ia64_monarch_init_handler(void);
 extern void ia64_slave_init_handler(void);
 extern void ia64_mca_cmc_vector_setup(void);
-extern int  (*ia64_mca_ucmc_other_recover_fp)(void *,ia64_mca_sal_to_os_state_t *,ia64_mca_os_to_sal_state_t *);
+extern int  ia64_reg_MCA_extension(void*);
+extern void ia64_unreg_MCA_extension(void);
 
 #endif /* !__ASSEMBLY__ */
 #endif /* _ASM_IA64_MCA_H */