On 3/25/2023 5:02 PM, Greg Kroah-Hartman wrote:
On Fri, Mar 24, 2023 at 02:10:25PM +0800, Linyu Yuan wrote:
ENTER() used to show function name which called during runtime, ftrace can
be used to get same information, let's remove it.
Signed-off-by: Linyu Yuan <quic_linyyuan@xxxxxxxxxxx>
---
v2: split to several changes according to v1 comments
v1: https://lore.kernel.org/linux-usb/1679481369-30094-1-git-send-email-quic_linyyuan@xxxxxxxxxxx/
drivers/usb/gadget/function/f_fs.c | 94 --------------------------------------
drivers/usb/gadget/function/u_fs.h | 2 -
2 files changed, 96 deletions(-)
As the kernel-test-bot points out, this patch does not build :(
it is truth that only build and test f_fs.c, didn't know there is
another legacy driver use u_fs.h.