mbox series

[net-next,0/2] bareudp: Remove unused code from header file

Message ID cover.1639166064.git.gnault@redhat.com (mailing list archive)
Headers show
Series bareudp: Remove unused code from header file | expand

Message

Guillaume Nault Dec. 10, 2021, 7:56 p.m. UTC
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

 drivers/net/bareudp.c | 41 +++++++----------------------------------
 include/net/bareudp.h | 13 +------------
 2 files changed, 8 insertions(+), 46 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 13, 2021, 12:50 p.m. UTC | #1
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!