diff options
Diffstat (limited to 'include/linux/lockdep.h')
-rw-r--r-- | include/linux/lockdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h index 37a0361f468..23bf02fb124 100644 --- a/include/linux/lockdep.h +++ b/include/linux/lockdep.h | |||
@@ -390,7 +390,7 @@ do { \ | |||
390 | 390 | ||
391 | #endif /* CONFIG_LOCK_STAT */ | 391 | #endif /* CONFIG_LOCK_STAT */ |
392 | 392 | ||
393 | #if defined(CONFIG_TRACE_IRQFLAGS) && defined(CONFIG_GENERIC_HARDIRQS) | 393 | #ifdef CONFIG_GENERIC_HARDIRQS |
394 | extern void early_init_irq_lock_class(void); | 394 | extern void early_init_irq_lock_class(void); |
395 | #else | 395 | #else |
396 | static inline void early_init_irq_lock_class(void) | 396 | static inline void early_init_irq_lock_class(void) |