Commit a09eae85 authored by Charles Clément's avatar Charles Clément Committed by Greg Kroah-Hartman

Staging: vt665x: remove unused DEF definition

Signed-off-by: default avatarCharles Clément <caratorn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent dfb7ef7d
......@@ -33,10 +33,6 @@
/*--------------------- Export Definitions -------------------------*/
#if !defined(DEF)
#define DEF
#endif
//typedef uint32_t u32;
//typedef uint16_t u16;
//typedef uint8_t u8;
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment