diff options
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | 2014-05-16 09:33:53 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-24 15:45:33 -0400 |
commit | 11016daef2a6216306af39408d2180dead881c04 (patch) | |
tree | 6911ff76c57290419eb1de4e4b511e5983dc55de | |
parent | d557b7d549de48e28f45214fbd51c7344a6e75ac (diff) |
[media] media: davinci: vpif_capture: drop check __KERNEL__
Drops check for #ifdef __KERNEL__, because this header is a Kernel
only header, where this define is always true.
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/platform/davinci/vpif_capture.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/platform/davinci/vpif_capture.h b/drivers/media/platform/davinci/vpif_capture.h index ebf2da99cc41..1ee17824f484 100644 --- a/drivers/media/platform/davinci/vpif_capture.h +++ b/drivers/media/platform/davinci/vpif_capture.h | |||
@@ -19,8 +19,6 @@ | |||
19 | #ifndef VPIF_CAPTURE_H | 19 | #ifndef VPIF_CAPTURE_H |
20 | #define VPIF_CAPTURE_H | 20 | #define VPIF_CAPTURE_H |
21 | 21 | ||
22 | #ifdef __KERNEL__ | ||
23 | |||
24 | /* Header files */ | 22 | /* Header files */ |
25 | #include <media/videobuf2-dma-contig.h> | 23 | #include <media/videobuf2-dma-contig.h> |
26 | #include <media/v4l2-device.h> | 24 | #include <media/v4l2-device.h> |
@@ -132,5 +130,4 @@ struct vpif_config_params { | |||
132 | u8 max_device_type; | 130 | u8 max_device_type; |
133 | }; | 131 | }; |
134 | 132 | ||
135 | #endif /* End of __KERNEL__ */ | ||
136 | #endif /* VPIF_CAPTURE_H */ | 133 | #endif /* VPIF_CAPTURE_H */ |