From 0ae8dceaebe3659ee0c3352c08125f403e77ebca Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 28 Sep 1999 22:25:29 +0000 Subject: Merge with 2.3.10. --- drivers/char/consolemap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/char/consolemap.c') diff --git a/drivers/char/consolemap.c b/drivers/char/consolemap.c index 7e97e1fe7..272074936 100644 --- a/drivers/char/consolemap.c +++ b/drivers/char/consolemap.c @@ -671,8 +671,8 @@ conv_uni_to_pc(struct vc_data *conp, long ucs) * initialized. It must be possible to call kmalloc(..., GFP_KERNEL) * from this function, hence the call from sys_setup. */ -__initfunc(void -console_map_init(void)) +void __init +console_map_init(void) { int i; -- cgit v1.2.3