* [PATCH] usb: musc: Remove unused list 'buffers'
@ 2024-05-04 15:03 linux
0 siblings, 0 replies; only message in thread
From: linux @ 2024-05-04 15:03 UTC (permalink / raw)
To: b-liu; +Cc: gregkh, linux-usb, linux-kernel, Dr. David Alan Gilbert
From: "Dr. David Alan Gilbert" <linux@treblig.org>
Remove the unused list head 'buffers' and the
'struct free_record' which is also unused below it.
To me it looks like this has always been unused, but I've
not dug into why.
Build test only.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
drivers/usb/musb/musb_gadget.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/drivers/usb/musb/musb_gadget.c b/drivers/usb/musb/musb_gadget.c
index 55df0ee413d8e..bdf13911a1e59 100644
--- a/drivers/usb/musb/musb_gadget.c
+++ b/drivers/usb/musb/musb_gadget.c
@@ -1156,15 +1156,6 @@ void musb_free_request(struct usb_ep *ep, struct usb_request *req)
kfree(request);
}
-static LIST_HEAD(buffers);
-
-struct free_record {
- struct list_head list;
- struct device *dev;
- unsigned bytes;
- dma_addr_t dma;
-};
-
/*
* Context: controller locked, IRQs blocked.
*/
--
2.45.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-04 15:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-04 15:03 [PATCH] usb: musc: Remove unused list 'buffers' linux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox