commit | 35be784cdb9c81e9fa0c7cac3492069cadd6a726 | [log] [tgz] |
---|---|---|
author | Baoyou Xie <baoyou.xie@linaro.org> | Fri Sep 23 21:44:13 2016 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 27 12:20:17 2016 +0200 |
tree | 8694d34957fed96f3ccf23ea3186aae49f914a78 | |
parent | 984f3be5910c640bbff469bb3d4679036fce6395 [diff] |
usb: core: hcd: add missing header dependencies We get 1 warning when building kernel with W=1: drivers/usb/core/hcd.c:2390:5: warning: no previous prototype for 'usb_bus_start_enum' [-Wmissing-prototypes] In fact, these functions are declared in linux/usb/otg.h, so this patch adds the missing header dependencies. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>