mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! usb: dwc3: port Linux i.MX8MP glue driver
@ 2025-11-04  9:59 Ahmad Fatoum
  2025-11-04 10:12 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-11-04  9:59 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

usb: dwc3: fix sandbox allyesconfig build

BIT() is not defined transitively on sandbox and we use no cleanup
macros in the driver, so switch out the headers.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 drivers/usb/dwc3/dwc3-imx8mp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/dwc3/dwc3-imx8mp.c b/drivers/usb/dwc3/dwc3-imx8mp.c
index d7f2795dc504..6b6ceeaed471 100644
--- a/drivers/usb/dwc3/dwc3-imx8mp.c
+++ b/drivers/usb/dwc3/dwc3-imx8mp.c
@@ -5,7 +5,7 @@
  * Copyright (c) 2020 NXP.
  */
 
-#include <linux/cleanup.h>
+#include <linux/bits.h>
 #include <linux/clk.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
-- 
2.47.3




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

* Re: [PATCH] fixup! usb: dwc3: port Linux i.MX8MP glue driver
  2025-11-04  9:59 [PATCH] fixup! usb: dwc3: port Linux i.MX8MP glue driver Ahmad Fatoum
@ 2025-11-04 10:12 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-11-04 10:12 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum


On Tue, 04 Nov 2025 10:59:02 +0100, Ahmad Fatoum wrote:
> usb: dwc3: fix sandbox allyesconfig build
> 
> BIT() is not defined transitively on sandbox and we use no cleanup
> macros in the driver, so switch out the headers.
> 
> 

Applied, thanks!

[1/1] fixup! usb: dwc3: port Linux i.MX8MP glue driver
      https://git.pengutronix.de/cgit/barebox/commit/?id=30c616ac8a78 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




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

end of thread, other threads:[~2025-11-04 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-04  9:59 [PATCH] fixup! usb: dwc3: port Linux i.MX8MP glue driver Ahmad Fatoum
2025-11-04 10:12 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox