diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-04-27 14:54:47 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-05-04 16:51:55 +0200 |
commit | 7b798658b289aa4466d974320e2b69f4287216f7 (patch) | |
tree | a59e89a14b9418533ed1acea74b50a608b0abd08 /board | |
parent | a781c97aaa1712449968d41ae30dc673877058ab (diff) | |
download | u-boot-7b798658b289aa4466d974320e2b69f4287216f7.tar.gz |
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
Rename the sunxi_usbc_foo functions to sunxi_usb_phy_bar to make it clear
that these are usb-phy functions. Also change the verbs & nouns in the suffix
to match the verbs & nouns used in the Linux kernels generic phy framework.
This patch purely renames things, it contains no functional changes.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sunxi/board.c b/board/sunxi/board.c index 50526104a5..881814965b 100644 --- a/board/sunxi/board.c +++ b/board/sunxi/board.c @@ -452,6 +452,8 @@ void sunxi_board_init(void) #endif #if defined(CONFIG_MUSB_HOST) || defined(CONFIG_MUSB_GADGET) +extern const struct musb_platform_ops sunxi_musb_ops; + static struct musb_hdrc_config musb_config = { .multipoint = 1, .dyn_fifo = 1, |