Remove unnecessary include of usb.h

Package still builds after removing usb.h from mimo_fw_updater.cc. The
header file is installed by libusb-compat but libusb-compat is not in
mimo-updater's dependency.

BUG=None
TEST=emerge -C libusb-compat and mimo-updater, then emerge mimo-updater

Change-Id: I10fdecab8d42057065e839a7de502960662c9fa1
Reviewed-on: https://chromium-review.googlesource.com/521737
Commit-Ready: Erdi Chen <erdi@google.com>
Tested-by: Erdi Chen <erdi@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jen-Chieh Huang <jenchiehhuang@chromium.org>
1 file changed
tree: 8c53b844ede7068f8054204dad882ab659ccce21
  1. conf/
  2. common.mk
  3. LICENSE
  4. Makefile
  5. mimo_fw_updater.cc
  6. README.md
README.md

MIMO-updater is a utility to upgrade the displaylink FW in the MIMO device.

Requirements

The GNU C/C++ library and libusb 1.0 are required.

Building

At the top level of the directory.

$ make

Alternatively at Chromium OS development environment,

$ emerge-${BOARD} mimo-updater

How to use

$ mimo-updater $${FW file name}