[PATCH] EXPORT_SYMBOL(i8253_lock) in arch/i386/kernel/time.c

From: Andrey Panin (pazke@orbita1.ru)
Date: Tue Mar 05 2002 - 04:34:42 EST


Hi all,

in arch/i386/kernel/time.c (2.5.6-pre2) we make EXPORT_SYMBOL(i8253_lock), but
        - linux/module.h isn't included in time.c;
        - time.o isn't declared as export-objs in Makefile.

So we have theses warnings during kernel compilation:
 time.c:118: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL'
 time.c:118: warning: parameter names (without types) in function declaration
 time.c:118: warning: data definition has no type or storage class

Attached patch fixes these buglets, please consider applying.

Best regards.

-- 
Andrey Panin            | Embedded systems software engineer
pazke@orbita1.ru        | PGP key: wwwkeys.eu.pgp.net



- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 07 2002 - 21:00:39 EST