All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: r8188eu: remove unneeded header files
@ 2021-08-23 23:48 Michael Straube
  2021-08-23 23:48 ` [PATCH 1/2] staging: r8188eu: remove if_ether.h header file Michael Straube
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Straube @ 2021-08-23 23:48 UTC (permalink / raw)
  To: gregkh
  Cc: Larry.Finger, phil, martin, fmdefrancesco, linux-staging,
	linux-kernel, Michael Straube

This series removes the header files if_ether.h and ip.h as both just
duplicate in-kernel definitions.

Both patches were already sent as single patches but only the one or
the other can be applied due to conflicts, so I resend them in this
series.

Michael Straube (2):
  staging: r8188eu: remove if_ether.h header file
  staging: r8188eu: remove ip.h header file

 drivers/staging/r8188eu/core/rtw_recv.c      |   2 -
 drivers/staging/r8188eu/core/rtw_xmit.c      |   1 -
 drivers/staging/r8188eu/hal/rtl8188eu_recv.c |   2 -
 drivers/staging/r8188eu/include/if_ether.h   |  94 ----------------
 drivers/staging/r8188eu/include/ip.h         | 109 -------------------
 drivers/staging/r8188eu/os_dep/xmit_linux.c  |   2 -
 6 files changed, 210 deletions(-)
 delete mode 100644 drivers/staging/r8188eu/include/if_ether.h
 delete mode 100644 drivers/staging/r8188eu/include/ip.h

-- 
2.32.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-24  0:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23 23:48 [PATCH 0/2] staging: r8188eu: remove unneeded header files Michael Straube
2021-08-23 23:48 ` [PATCH 1/2] staging: r8188eu: remove if_ether.h header file Michael Straube
2021-08-23 23:48 ` [PATCH 2/2] staging: r8188eu: remove ip.h " Michael Straube
2021-08-24  0:17 ` [PATCH 0/2] staging: r8188eu: remove unneeded header files Phillip Potter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.