Message ID | 20240416231018.389520-1-elder@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | net: ipa: header hygiene | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Tue, 16 Apr 2024 18:10:11 -0500 you wrote: > The end result of this series is that the list of files included in > every IPA source file will be maintained in sorted order. This > imposes some consistency that was previously not possible. > > If an IPA header file requires a symbol or type declared in another > header, that other header must be included. E.g., if bool or u32 > type is used in a function declaration in an IPA header file, the > IPA header must include <linux/types.h>. > > [...] Here is the summary with links: - [net-next,1/7] net: ipa: include some standard header files https://git.kernel.org/netdev/net-next/c/ff39eefde76a - [net-next,2/7] net: ipa: remove unneeded standard includes https://git.kernel.org/netdev/net-next/c/8c044024e608 - [net-next,3/7] net: ipa: include "ipa_interrupt.h" where needed https://git.kernel.org/netdev/net-next/c/a53c85f35258 - [net-next,4/7] net: ipa: add some needed struct declarations https://git.kernel.org/netdev/net-next/c/81186959917a - [net-next,5/7] net: ipa: eliminate unneeded struct declarations https://git.kernel.org/netdev/net-next/c/116061962d88 - [net-next,6/7] net: ipa: more include file cleanup https://git.kernel.org/netdev/net-next/c/f60e5fb6dfaf - [net-next,7/7] net: ipa: sort all includes https://git.kernel.org/netdev/net-next/c/884122775e67 You are awesome, thank you!