]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/usb/dwc3/core.h
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
[thirdparty/u-boot.git] / drivers / usb / dwc3 / core.h
index 58fe91dc51318b3b287670efcb7935038b177228..cfe29884e7689e617efb7e54ba7caa3611ac00cc 100644 (file)
@@ -712,7 +712,7 @@ struct dwc3 {
        /* device lock */
        spinlock_t              lock;
 
-#if defined(__UBOOT__) && defined(CONFIG_DM_USB)
+#if defined(__UBOOT__) && CONFIG_IS_ENABLED(DM_USB)
        struct udevice          *dev;
 #else
        struct device           *dev;