usb: host: oxu210hp-hcd: remove include/linux/oxu210hp.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 21 Jul 2019 14:49:08 +0000 (23:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2019 09:07:42 +0000 (11:07 +0200)
commit110f87a6a5f65e825852632b9557f463e65251d7
treeca0a19fa733c2c38adc5acdc9896baa8a2b1d4b6
parent6ce9ba07b1b78ca3412eac808cd59eea09c80468
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>
drivers/usb/host/oxu210hp.h
include/linux/oxu210hp.h [deleted file]