Staging: vt665x: remove unused DEF definition

Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Charles Clément 2010-09-10 13:48:05 +02:00 committed by Greg Kroah-Hartman
parent dfb7ef7d84
commit a09eae8550
2 changed files with 0 additions and 8 deletions

View File

@ -33,10 +33,6 @@
/*--------------------- Export Definitions -------------------------*/
#if !defined(DEF)
#define DEF
#endif
//typedef uint32_t u32;
//typedef uint16_t u16;
//typedef uint8_t u8;

View File

@ -33,10 +33,6 @@
/*--------------------- Export Definitions -------------------------*/
#if !defined(DEF)
#define DEF
#endif
// ioctl Command code
#define MAGIC_CODE 0x3142
#define IOCTL_CMD_TEST (SIOCDEVPRIVATE + 0)