summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorAdrian Bunk2008-04-29 09:59:18 +0200
committerLinus Torvalds2008-04-29 17:06:03 +0200
commit7d195a5409120277b800c42e846ee29cc667b777 (patch)
tree18d6f9780421788289ddf143bd0c1061bd1d4c0e /include/asm-x86
parentexec: remove argv_len from struct linux_binprm (diff)
downloadkernel-qcow2-linux-7d195a5409120277b800c42e846ee29cc667b777.tar.gz
kernel-qcow2-linux-7d195a5409120277b800c42e846ee29cc667b777.tar.xz
kernel-qcow2-linux-7d195a5409120277b800c42e846ee29cc667b777.zip
proper extern for late_time_init
Add a proper extern for late_time_init in include/linux/init.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Ingo Molnar <mingo@elte.hu> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/time.h b/include/asm-x86/time.h
index 68779b048a3e..bce72d7a958c 100644
--- a/include/asm-x86/time.h
+++ b/include/asm-x86/time.h
@@ -1,7 +1,6 @@
#ifndef _ASMX86_TIME_H
#define _ASMX86_TIME_H
-extern void (*late_time_init)(void);
extern void hpet_time_init(void);
#include <asm/mc146818rtc.h>