summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:19:26 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:19:26 -0600
commita40ca4ac19327484fc048a6e6d322ebb401157b4 (patch)
tree29567460cc98ac8797ec385933c006f3fc59bdc0 /arch
parent7c9fa6189b34df7a388fa045103c81dfbe46e1f5 (diff)
USB: Miscellaneous cleanup/porting.
Patch to apply miscellaneous cleanup/porting fixes. Applies to linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-USB-Miscellaneous-cleanup-porting.patch
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/mc13783_xc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-mxc/mc13783_xc.c b/arch/arm/plat-mxc/mc13783_xc.c
index 52dcc275286b..ba907610abb6 100644
--- a/arch/arm/plat-mxc/mc13783_xc.c
+++ b/arch/arm/plat-mxc/mc13783_xc.c
@@ -123,16 +123,11 @@ static inline void mc13783_set_peripheral(void)
}
}
-void mc13783_set_vbus_power(u32 * view, int on)
-{
-}
-
static struct fsl_xcvr_ops mc13783_ops_otg = {
.name = "mc13783",
.xcvr_type = PORTSC_PTS_SERIAL,
.set_host = mc13783_set_host,
.set_device = mc13783_set_peripheral,
- .set_vbus_power = mc13783_set_vbus_power,
};
extern void fsl_usb_xcvr_register(struct fsl_xcvr_ops *xcvr_ops);