lockdep: Move early boot local IRQ enable/disable status to init/main.c
[deliverable/linux.git] / include / linux / lockdep.h
index 71c09b26c7592ff4a1f6351fd226c9442ef66e5d..f638fd78d106cff2d2e91c3a9d141017fb1aa764 100644 (file)
@@ -436,16 +436,8 @@ do {                                                               \
 #endif /* CONFIG_LOCKDEP */
 
 #ifdef CONFIG_TRACE_IRQFLAGS
-extern void early_boot_irqs_off(void);
-extern void early_boot_irqs_on(void);
 extern void print_irqtrace_events(struct task_struct *curr);
 #else
-static inline void early_boot_irqs_off(void)
-{
-}
-static inline void early_boot_irqs_on(void)
-{
-}
 static inline void print_irqtrace_events(struct task_struct *curr)
 {
 }
This page took 0.025854 seconds and 5 git commands to generate.