Message ID | cover.1639166064.git.gnault@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | bareudp: Remove unused code from header file | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 10 Dec 2021 20:56:33 +0100 you wrote: > Stop exporting unused functions and structures in bareudp.h. The only > piece of bareudp.h that is actually used is netif_is_bareudp(). The > rest can be moved to bareudp.c or even dropped entirely. > > > Guillaume Nault (2): > bareudp: Remove bareudp_dev_create() > bareudp: Move definition of struct bareudp_conf to bareudp.c > > [...] Here is the summary with links: - [net-next,1/2] bareudp: Remove bareudp_dev_create() https://git.kernel.org/netdev/net-next/c/614b7a1f28f4 - [net-next,2/2] bareudp: Move definition of struct bareudp_conf to bareudp.c https://git.kernel.org/netdev/net-next/c/dcdd77ee55a7 You are awesome, thank you!