commit | ae6b2df119a86fc4d816b8a83671d3291f729fdd | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 17 08:51:22 2017 +0530 |
committer | Marek Vasut <marek.vasut@gmail.com> | Tue Jan 17 10:26:46 2017 +0100 |
tree | a0f9a1f14a31a81193a49455fcdc28b9bc146e7b | |
parent | d85131e60502c822ceb9951c20cbd62586e3139f [diff] |
drivers: usb: gadget: ether: Fix compiler warning Latest gcc 6.2 compiler is throwing the below warning for am335x_baltos_defconfig drivers/usb/gadget/ether.c:501:17: warning: 'mdlm_detail_desc' defined but not used [-Wunused-const-variable=] static const u8 mdlm_detail_desc[] = { Guard mdlm_detail_desc with CONFIG_USB_ETH_SUBSET to avoid the warning Reported-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>