aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lockdep.h')
-rw-r--r--include/linux/lockdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
index 29aec6e1002..9dba554c802 100644
--- a/include/linux/lockdep.h
+++ b/include/linux/lockdep.h
@@ -377,7 +377,7 @@ do { \
377 377
378#endif /* CONFIG_LOCK_STAT */ 378#endif /* CONFIG_LOCK_STAT */
379 379
380#if defined(CONFIG_TRACE_IRQFLAGS) && defined(CONFIG_GENERIC_HARDIRQS) 380#ifdef CONFIG_GENERIC_HARDIRQS
381extern void early_init_irq_lock_class(void); 381extern void early_init_irq_lock_class(void);
382#else 382#else
383static inline void early_init_irq_lock_class(void) 383static inline void early_init_irq_lock_class(void)