diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 17:37:54 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:57:12 +0200 |
commit | a9762b704f5d5e167bbc261573621782b90efbc4 (patch) | |
tree | 28bfb99ac7c73aa508701c4d9b361998e87f439b /include/linux/usb | |
parent | 03f4c9abd73284193f70e64da1a266d393650530 (diff) | |
download | linux-stable-a9762b704f5d5e167bbc261573621782b90efbc4.tar.gz linux-stable-a9762b704f5d5e167bbc261573621782b90efbc4.tar.bz2 linux-stable-a9762b704f5d5e167bbc261573621782b90efbc4.zip |
usb: musb: remove blackfin port
The blackfin architecture is getting removed, so we can clean up
all the special cases in the musb driver.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Aaron Wu <aaron.wu@analog.com>
Acked-by: Bin Liu <b-liu@ti.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
[arnd: adding in fixups from Aaron and Stephen]
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/musb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index 5d19e6730475..9eb908a98033 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h @@ -89,13 +89,6 @@ struct musb_hdrc_config { u8 ram_bits; /* ram address size */ struct musb_hdrc_eps_bits *eps_bits __deprecated; -#ifdef CONFIG_BLACKFIN - /* A GPIO controlling VRSEL in Blackfin */ - unsigned int gpio_vrsel; - unsigned int gpio_vrsel_active; - /* musb CLKIN in Blackfin in MHZ */ - unsigned char clkin; -#endif u32 maximum_speed; }; |