mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] TRIVIAL III: 2.5.6-pre3. time.c fix.
@ 2002-03-07  7:37 Rusty Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2002-03-07  7:37 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Linus, please apply.

As of 2.5.6-pre2, arch/i386/kernel/time.c has an
EXPORT_SYMBOL(i8253_lock).  Amazingly, this compiles without
the EXPORT_SYMBOL definition (with various warnings).

Thanks,
Rusty.

diff -urN -I \$.*\$ --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.5.6-pre3/arch/i386/kernel/time.c trivial-2.5.6-pre3/arch/i386/kernel/time.c
--- linux-2.5.6-pre3/arch/i386/kernel/time.c	Thu Mar  7 15:13:38 2002
+++ trivial-2.5.6-pre3/arch/i386/kernel/time.c	Thu Mar  7 18:20:33 2002
@@ -41,6 +41,7 @@
 #include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/smp.h>
+#include <linux/module.h>
 
 #include <asm/io.h>
 #include <asm/smp.h>
diff -urN -I \$.*\$ --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.5.6-pre3/arch/i386/kernel/Makefile trivial-2.5.6-pre3/arch/i386/kernel/Makefile
--- linux-2.5.6-pre3/arch/i386/kernel/Makefile	Wed Feb 20 17:55:22 2002
+++ trivial-2.5.6-pre3/arch/i386/kernel/Makefile	Thu Mar  7 18:20:33 2002
@@ -14,7 +14,7 @@
 
 O_TARGET := kernel.o
 
-export-objs     := mca.o mtrr.o msr.o cpuid.o microcode.o i386_ksyms.o
+export-objs     := mca.o mtrr.o msr.o cpuid.o microcode.o i386_ksyms.o time.o
 
 obj-y	:= process.o semaphore.o signal.o entry.o traps.o irq.o vm86.o \
 		ptrace.o i8259.o ioport.o ldt.o setup.o time.o sys_i386.o \

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-07  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-07  7:37 [PATCH] TRIVIAL III: 2.5.6-pre3. time.c fix Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®