summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-04-27 16:04:13 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:35:40 -0700
commite43a0edcb066935268b60c3444e30423bfee664c (patch)
tree5e2f92a77fc7748358570b0b0c8f719508a3d242 /drivers
parent7d4984d8424182eba2774755ae2ae8145651e788 (diff)
Staging: dt3155.h: remove #ifdef
We are in the kernel now, don't check to see if we are not. Cc: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Scott Smedley <ss@aao.gov.au> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/dt3155/dt3155.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/dt3155/dt3155.h b/drivers/staging/dt3155/dt3155.h
index 1bf786364ee..37d9fc6d063 100644
--- a/drivers/staging/dt3155/dt3155.h
+++ b/drivers/staging/dt3155/dt3155.h
@@ -34,15 +34,8 @@ MA 02111-1307 USA
#ifndef _DT3155_INC
#define _DT3155_INC
-#ifdef __KERNEL__
#include <linux/types.h>
#include <linux/time.h> /* struct timeval */
-#else
-#include <sys/ioctl.h>
-#include <sys/param.h>
-#include <sys/time.h>
-#include <unistd.h>
-#endif
#define TRUE 1