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)
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]

index 4370441..67ebea4 100644 (file)
@@ -444,5 +444,3 @@ enum ehci_timer_action {
        TIMER_ASYNC_SHRINK,
        TIMER_ASYNC_OFF,
 };
-
-#include <linux/oxu210hp.h>
diff --git a/include/linux/oxu210hp.h b/include/linux/oxu210hp.h
deleted file mode 100644 (file)
index 94cd251..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/* platform data for the OXU210HP HCD */
-
-struct oxu210hp_platform_data {
-       unsigned int bus16:1;
-       unsigned int use_hcd_otg:1;
-       unsigned int use_hcd_sph:1;
-};