]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/arch_hooks.h
ixj: push BKL into driver and wrap ioctls
[linux-2.6-omap-h63xx.git] / include / asm-x86 / arch_hooks.h
index a8c1fca9726dbcb47c69b96fc203701f63c66589..8411750ceb633763ad2fda66d8f154f9b87cfd7f 100644 (file)
@@ -6,7 +6,7 @@
 /*
  *     linux/include/asm/arch_hooks.h
  *
- *     define the architecture specific hooks 
+ *     define the architecture specific hooks
  */
 
 /* these aren't arch hooks, they are generic routines
@@ -21,10 +21,8 @@ extern void intr_init_hook(void);
 extern void pre_intr_init_hook(void);
 extern void pre_setup_arch_hook(void);
 extern void trap_init_hook(void);
+extern void pre_time_init_hook(void);
 extern void time_init_hook(void);
 extern void mca_nmi_hook(void);
 
-extern int setup_early_printk(char *);
-extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2)));
-
 #endif