X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fusb%2Fgadget%2Fether.c;h=4137d76c42afb29a95a29b66a49798e54322af64;hb=8850c5d57c10aa6431d138d426e6e105c99cc7ba;hp=f1b070982190362afbccfb9b55f6274e5abdf2b9;hpb=d4a3755368ca3d99f0a2b58ced8f8ddd42a80822;p=oweals%2Fu-boot.git diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c index f1b0709821..4137d76c42 100644 --- a/drivers/usb/gadget/ether.c +++ b/drivers/usb/gadget/ether.c @@ -507,6 +507,7 @@ static const struct usb_cdc_mdlm_desc mdlm_desc = { * can't really use its struct. All we do here is say that we're using * the submode of "SAFE" which directly matches the CDC Subset. */ +#ifdef CONFIG_USB_ETH_SUBSET static const u8 mdlm_detail_desc[] = { 6, USB_DT_CS_INTERFACE, @@ -516,6 +517,7 @@ static const u8 mdlm_detail_desc[] = { 0, /* network control capabilities (none) */ 0, /* network data capabilities ("raw" encapsulation) */ }; +#endif #endif