aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/dpc.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-05-17 20:34:01 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-18 17:51:08 -0400
commitcc856e61ee4ffb150ff352e3d6940978a2f819e8 (patch)
treefc196d675186aeaf221758a37c03ef5e305649fc /drivers/staging/vt6656/dpc.h
parent213d2e9322ed509c2f80b07d7feb4427ebcd7b0b (diff)
Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefs
Cleared all checkpatch warnings but 'do not add new typedefs' ones. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/dpc.h')
-rw-r--r--drivers/staging/vt6656/dpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/dpc.h b/drivers/staging/vt6656/dpc.h
index 7ea3ad97341..d4fca43af4f 100644
--- a/drivers/staging/vt6656/dpc.h
+++ b/drivers/staging/vt6656/dpc.h
@@ -55,7 +55,7 @@ BOOL
55RXbBulkInProcessData( 55RXbBulkInProcessData(
56 PSDevice pDevice, 56 PSDevice pDevice,
57 PRCB pRCB, 57 PRCB pRCB,
58 ULONG BytesToIndicate 58 unsigned long BytesToIndicate
59 ); 59 );
60 60
61#endif /* __RXTX_H__ */ 61#endif /* __RXTX_H__ */