Skip to content

Commit

Permalink
Staging: vt665x: remove unused DEF definition
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Charles Clément authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent dfb7ef7 commit a09eae8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/vt6655/iocmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@

/*--------------------- Export Definitions -------------------------*/

#if !defined(DEF)
#define DEF
#endif

//typedef uint32_t u32;
//typedef uint16_t u16;
//typedef uint8_t u8;
Expand Down
4 changes: 0 additions & 4 deletions drivers/staging/vt6656/iocmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a09eae8

Please sign in to comment.