staging: vt6656: create new structure names to remove typedefs.
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 10 Dec 2012 21:55:59 +0000 (21:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 19:13:13 +0000 (11:13 -0800)
commit4f4a89c9cefeefa58006d02059b9fc7e078ae31a
treed4f1391bce261ab869d7452e8a8e8b911e8ce698
parent7c65fa2a4c176c9bfab1ef954c4cef005dd9fb8b
staging: vt6656: create new structure names to remove typedefs.

This patch and the next 8 patches remove the old structure names and
replace;

struct vnt_private for DEVICE_INFO and PSDevice
struct vnt_manager for SMgmtObject
struct vnt_rx_mgmt for SRxMgmtPacket and PSRxMgmtPacket
struct vnt_tx_mgmt for STxMgmtPacket and PSTxMgmtPacket

and

struct vnt_manager vnt_mgmt
to replace
SMgmtObject sMgmtObj;

Applied after patch staging: vt6656: dpc.c :RXbBulkInProcessData clean up RSC

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h
drivers/staging/vt6656/wmgr.h