From: Jakub Kicinski <k...@kernel.org> Date: Tue, 26 Mar 2024 21:04:12 -0700
> On Tue, 26 Mar 2024 17:41:15 +0100 Alexander Lobakin wrote: >> To ease maintaining of virtchnl2.h, which already is messy enough, >> make it self-contained by adding missing if_ether.h include due to >> %ETH_ALEN usage. >> At the same time, virtchnl2_lan_desc.h is not used anywhere in the >> file, so remove this include to speed up C preprocessing. > > Breaks allmodconfig, it seems.. Oops, forgot one line and my night CI didn't notice anything... Sending v2. Thanks, Olek