[PATCH v2] usb: xhci-brcm: Include header file needed for dev_err

Sean Anderson seanga2 at gmail.com
Wed Oct 27 07:12:14 CEST 2021


On 10/6/21 8:05 AM, Stefan Agner wrote:
> dev_err seems to be moved to different header file. Include
> dm/device_compat.h file to compile properly.
> 
> Fixes: 69dae8902b16 ("linux/compat.h: Remove redefinition of dev_xxx macros")
> Signed-off-by: Stefan Agner <stefan at agner.ch>
> ---
> 
> Changes in v2:
> - Correctly place include
> 
>   drivers/usb/host/xhci-brcm.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/usb/host/xhci-brcm.c b/drivers/usb/host/xhci-brcm.c
> index 27c4bbfcba..fe17924028 100644
> --- a/drivers/usb/host/xhci-brcm.c
> +++ b/drivers/usb/host/xhci-brcm.c
> @@ -8,6 +8,7 @@
>   #include <fdtdec.h>
>   #include <usb.h>
>   #include <asm/io.h>
> +#include <dm/device_compat.h>
>   #include <usb/xhci.h>
>   
>   #define DRD2U3H_XHC_REGS_AXIWRA	0xC08
> 

Does no defconfig compile this module? How was this include missing for so long?

--Sean


More information about the U-Boot mailing list