]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/vt6655/ttype.h
Staging: vt6655: remove BYTE typedef
[~andy/linux] / drivers / staging / vt6655 / ttype.h
index 6f2e1be97f624d217dfafddfbfd2b97a6595ee3b..ed6d74783e153b212da4d2842e3cdd837ffbe415 100644 (file)
@@ -68,8 +68,6 @@ typedef int             BOOL;
  * but it doesn't matter if they're signed or unsigned.
  */
 
-typedef unsigned char   BYTE;           //  8-bit
-
 // QWORD is for those situation that we want
 // an 8-byte-aligned 8 byte long structure
 // which is NOT really a floating point number.