commit | 004f7d457ef57d46ddf5f8380aa169214c166fca | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Wed Oct 29 21:58:33 2014 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Nov 10 17:19:33 2014 -0600 |
tree | a4946bc0330ff90d3261220b6d04bf7a56b9a107 | |
parent | 60f0e628c9940dc59463e986ddfa2c9e74ea89bb [diff] |
usb: gadget: pxa27x_udc: fix warning in non device-tree build The recent change bringing device-tree support triggers a warning in a non device-tree build : drivers/usb/gadget/udc/pxa27x_udc.c:2405:28: warning: 'udc_pxa_dt_ids' defined but not used [-Wunused-variable] Fix the warning with a preprocessor condition. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Felipe Balbi <balbi@ti.com>