From: Sven Eckelmann Date: Wed, 17 Aug 2022 10:01:44 +0000 (+0200) Subject: batman-adv: Drop unused headers in trace.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7d315c07eda7ae1bf54f2a05291504b006aecab5;p=linux.git batman-adv: Drop unused headers in trace.h The commit 9abc291812d7 ("batman-adv: tracing: Use the new __vstring() helper") removed the usage of WARN_ON_ONCE and __dynamic_array in this file. But it was forgotten to adjust the headers accordingly (dropping the now no longer used ones). Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/trace.h b/net/batman-adv/trace.h index 31c8f922651d5..5dd52bc5cabb9 100644 --- a/net/batman-adv/trace.h +++ b/net/batman-adv/trace.h @@ -9,8 +9,6 @@ #include "main.h" -#include -#include #include #include #include