mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
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>
This commit is contained in:
parent
6ce9ba07b1
commit
110f87a6a5
@ -444,5 +444,3 @@ enum ehci_timer_action {
|
||||
TIMER_ASYNC_SHRINK,
|
||||
TIMER_ASYNC_OFF,
|
||||
};
|
||||
|
||||
#include <linux/oxu210hp.h>
|
||||
|
@ -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;
|
||||
};
|
Loading…
Reference in New Issue
Block a user