diff options
author | Andres More <more.andres@gmail.com> | 2013-02-25 20:32:55 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-11 09:18:47 -0700 |
commit | 4fcf94980c994ed992d8efd1424bd842225f1cc6 (patch) | |
tree | 44ed7cf999ec83a279df908ed574e37bec36647d /drivers/staging/vt6656/wctl.h | |
parent | 1f9eedc2ad7ea89175ead78a175944e7152f3688 (diff) |
staging: vt6656: removed no longer useful ttype.h file
Removed includes and added linux/types.h instead when needed.
Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/wctl.h')
-rw-r--r-- | drivers/staging/vt6656/wctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/wctl.h b/drivers/staging/vt6656/wctl.h index 1b21e32e99e..4436108250f 100644 --- a/drivers/staging/vt6656/wctl.h +++ b/drivers/staging/vt6656/wctl.h @@ -29,7 +29,6 @@ #ifndef __WCTL_H__ #define __WCTL_H__ -#include "ttype.h" #include "tether.h" #include "device.h" |