From: Sam Edwards Date: Thu, 8 Jun 2023 18:45:42 +0000 (-0600) Subject: usb: musb-new: sunxi: remove unused define X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~131^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=3570894a165d29077ccc73c0064a42e4163f318a;p=uboot.git usb: musb-new: sunxi: remove unused define This is a remnant from when the USB controller driver managed the reset signal itself. A patch from the very end of 2018 changed this driver to delegate reset (and clock) management to the proper control unit driver, but left this unused define behind. Signed-off-by: Sam Edwards Reviewed-by: Marek Vasut --- diff --git a/drivers/usb/musb-new/sunxi.c b/drivers/usb/musb-new/sunxi.c index dac98aec1e..485b9dce15 100644 --- a/drivers/usb/musb-new/sunxi.c +++ b/drivers/usb/musb-new/sunxi.c @@ -81,8 +81,6 @@ * From usbc/usbc.c ******************************************************************************/ -#define OFF_SUN6I_AHB_RESET0 0x2c0 - struct sunxi_musb_config { struct musb_hdrc_config *config; };