diff options
author | Andy Shevchenko <[email protected]> | 2021-11-12 16:07:49 +0200 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2021-11-15 15:03:32 +0100 |
commit | a0ddee65c527d877e798205c1391c6170e580c66 (patch) | |
tree | 137efc06dcb0cbcdb80f7461eb9bb9561bd7e16f /scripts/gdb/linux/dmesg.py | |
parent | 0aaa58eca65a876c9b8c5174a1b3ac23be6440ad (diff) |
printk: Remove printk.h inclusion in percpu.h
After the commit 42a0bb3f7138 ("printk/nmi: generic solution for safe
printk in NMI") the printk.h is not needed anymore in percpu.h.
Moreover `make headerdep` complains (an excerpt)
In file included from linux/printk.h,
from linux/dynamic_debug.h:188
from linux/printk.h:559 <-- here
from linux/percpu.h:9
from linux/idr.h:17
include/net/9p/client.h:13: warning: recursive header inclusion
Yeah, it's not a root cause of this, but removing will help to reduce
the noise.
Fixes: 42a0bb3f7138 ("printk/nmi: generic solution for safe printk in NMI")
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Dennis Zhou <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/dmesg.py')
0 files changed, 0 insertions, 0 deletions