2002-03-05 09:31:39

by Andrey Panin

[permalink] [raw]
Subject: [PATCH] EXPORT_SYMBOL(i8253_lock) in arch/i386/kernel/time.c

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
[email protected] | PGP key: wwwkeys.eu.pgp.net


Attachments:
(No filename) (0.00 B)
(No filename) (232.00 B)
Download all attachments