Commit e43a0edc authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7d4984d8
...@@ -34,15 +34,8 @@ MA 02111-1307 USA ...@@ -34,15 +34,8 @@ MA 02111-1307 USA
#ifndef _DT3155_INC #ifndef _DT3155_INC
#define _DT3155_INC #define _DT3155_INC
#ifdef __KERNEL__
#include <linux/types.h> #include <linux/types.h>
#include <linux/time.h> /* struct timeval */ #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 #define TRUE 1
......
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