summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/int.h
diff options
context:
space:
mode:
authorJim Lieb <lieb@canonical.com>2009-08-12 14:54:06 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:07 -0700
commit193a823caaf0e2a79a447014be00a6b70ed216a2 (patch)
tree03f64a8fdb019c25304ce5fb5e8d242f428e6244 /drivers/staging/vt6656/int.h
parent555044bf893bb7e6d00c304362c80672b237c49c (diff)
downloadop-kernel-dev-193a823caaf0e2a79a447014be00a6b70ed216a2.zip
op-kernel-dev-193a823caaf0e2a79a447014be00a6b70ed216a2.tar.gz
Staging: vt665x: Typedef and macro cleanup Part 1
Clean up unused typedefs and macros to remove Win32'isms and misc non-linux constructs. Text edits to referencing source for less frequently used macros. Signed-off-by: Jim Lieb <lieb@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/int.h')
-rw-r--r--drivers/staging/vt6656/int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/int.h b/drivers/staging/vt6656/int.h
index bfbf667..4857fce 100644
--- a/drivers/staging/vt6656/int.h
+++ b/drivers/staging/vt6656/int.h
@@ -65,7 +65,7 @@ typedef struct tagSINTData {
BYTE byFCSErr;
BYTE abySW[2];
}__attribute__ ((__packed__))
-SINTData, DEF* PSINTData;
+SINTData, *PSINTData;
/*--------------------- Export Classes ----------------------------*/
OpenPOWER on IntegriCloud