diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-21 17:49:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-07-25 12:07:42 +0300 |
commit | 110f87a6a5f65e825852632b9557f463e65251d7 (patch) | |
tree | ca0a19fa733c2c38adc5acdc9896baa8a2b1d4b6 /drivers/usb/host | |
parent | 6ce9ba07b1b78ca3412eac808cd59eea09c80468 (diff) | |
download | linux-110f87a6a5f65e825852632b9557f463e65251d7.tar.xz |
usb: host: oxu210hp-hcd: remove include/linux/oxu210hp.h
struct oxu210hp_platform_data is defined, but not used at all.
$ git grep oxu210hp_platform_data
include/linux/oxu210hp.h:struct oxu210hp_platform_data {
include/linux/oxu210hp.h exists just for defining an unused structure,
so it can go away.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Link: https://lore.kernel.org/r/20190721144909.5295-1-yamada.masahiro@socionext.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/oxu210hp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/host/oxu210hp.h b/drivers/usb/host/oxu210hp.h index 437044147862..67ebea4993b6 100644 --- a/drivers/usb/host/oxu210hp.h +++ b/drivers/usb/host/oxu210hp.h @@ -444,5 +444,3 @@ enum ehci_timer_action { TIMER_ASYNC_SHRINK, TIMER_ASYNC_OFF, }; - -#include <linux/oxu210hp.h> |