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 29aec6e10020..9dba554c802c 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 |
381 | extern void early_init_irq_lock_class(void); | 381 | extern void early_init_irq_lock_class(void); |
382 | #else | 382 | #else |
383 | static inline void early_init_irq_lock_class(void) | 383 | static inline void early_init_irq_lock_class(void) |