summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/linux/usb/fsl_xcvr.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/linux/usb/fsl_xcvr.h b/include/linux/usb/fsl_xcvr.h
index e15f32e46363..c802c3e565a9 100644
--- a/include/linux/usb/fsl_xcvr.h
+++ b/include/linux/usb/fsl_xcvr.h
@@ -13,12 +13,12 @@ struct fsl_xcvr_ops {
char *name;
u32 xcvr_type;
- void (*init) (struct fsl_xcvr_ops * ops);
- void (*uninit) (struct fsl_xcvr_ops * ops);
- void (*set_host) (void);
- void (*set_device) (void);
- void (*set_vbus_power) (u32 * view, int on);
- void (*set_remote_wakeup) (u32 * view);
+ void (*init)(struct fsl_xcvr_ops *ops);
+ void (*uninit)(struct fsl_xcvr_ops *ops);
+ void (*set_host)(void);
+ void (*set_device)(void);
+ void (*set_vbus_power) (u32 *view, int on);
+ void (*set_remote_wakeup)(u32 *view);
};
#endif