On Tue, May 27, 2025 at 04:09:11PM +0100, Andrew Cooper wrote: > None of these are used by traps.c today. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Acked-by: Roger Pau Monné <roger....@citrix.com> > --- > CC: Jan Beulich <jbeul...@suse.com> > CC: Roger Pau Monné <roger....@citrix.com> > > I'm experimenting with include-what-you-use but it's not the most > ergonomic of tools to use. Does include-what-you-use take into account #ifdef sections? I'm wondering whether non-default Kconfig could require extra headers that are not accounted for the tool? Thanks, Roger.