From mboxrd@z Thu Jan 1 00:00:00 1970 From: chao.xie@marvell.com (Chao Xie) Date: Wed, 24 Apr 2013 02:23:26 -0400 Subject: [V9 PATCH 12/12] usb: mv_usb: remove the phy callbacks in pdata In-Reply-To: <1366784606-1813-1-git-send-email-chao.xie@marvell.com> References: <1366784606-1813-1-git-send-email-chao.xie@marvell.com> Message-ID: <1366784606-1813-13-git-send-email-chao.xie@marvell.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The phy initialization code will be done by phy driver. Signed-off-by: Chao Xie --- include/linux/platform_data/mv_usb.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/include/linux/platform_data/mv_usb.h b/include/linux/platform_data/mv_usb.h index 98b7925..b4b5d6f 100644 --- a/include/linux/platform_data/mv_usb.h +++ b/include/linux/platform_data/mv_usb.h @@ -45,9 +45,6 @@ struct mv_usb_platform_data { /* Force a_bus_req to be asserted */ unsigned int otg_force_a_bus_req:1; - int (*phy_init)(void __iomem *regbase); - void (*phy_deinit)(void __iomem *regbase); int (*set_vbus)(unsigned int vbus); - int (*private_init)(void __iomem *opregs, void __iomem *phyregs); }; #endif -- 1.7.4.1