usb: misc: onboard_hub: Fix 'missing prototype' warning
authorMatthias Kaehlcke <mka@chromium.org>
Mon, 11 Jul 2022 16:25:05 +0000 (09:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Jul 2022 14:09:32 +0000 (16:09 +0200)
commit2d937c64e8bf3d9b11b1d62d37fbe97b3cd5dc8d
tree610971f36fe981bc11e54ed7ea49c83f93e8480c
parentaae7948d564c614c26eb896eb8be57879146240c
usb: misc: onboard_hub: Fix 'missing prototype' warning

When building with 'W=1' the compiler complains about missing
prototypes for onboard_hub_create/destroy_pdevs(). Include the
header with the prototypes to fix this.

Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Link: https://lore.kernel.org/r/20220711092431.1.I4016c759fd7fe2b32dd482994a20661f36e2cae3@changeid
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/onboard_usb_hub_pdevs.c