From: Christoph Hellwig Signed-off-by: Andrew Morton --- 25-akpm/include/linux/mca.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mca.h~fix-mca-procfs-stub include/linux/mca.h --- 25/include/linux/mca.h~fix-mca-procfs-stub 2004-05-31 17:00:22.170387216 -0700 +++ 25-akpm/include/linux/mca.h 2004-05-31 17:00:22.173386760 -0700 @@ -146,7 +146,7 @@ static inline void mca_do_proc_init(void { } -static inline void mca_set_adapter_procfn(int slot, MCA_ProcFn *fn, void* dev) +static inline void mca_set_adapter_procfn(int slot, MCA_ProcFn fn, void* dev) { } #endif _