From: "Lad, Prabhakar" <[email protected]>

this drops check for #ifdef __KERNEL__

Signed-off-by: Lad, Prabhakar <[email protected]>
---
 drivers/media/platform/davinci/vpif_capture.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/media/platform/davinci/vpif_capture.h 
b/drivers/media/platform/davinci/vpif_capture.h
index 3b5ea30..f65d28d 100644
--- a/drivers/media/platform/davinci/vpif_capture.h
+++ b/drivers/media/platform/davinci/vpif_capture.h
@@ -19,8 +19,6 @@
 #ifndef VPIF_CAPTURE_H
 #define VPIF_CAPTURE_H
 
-#ifdef __KERNEL__
-
 /* Header files */
 #include <media/videobuf2-dma-contig.h>
 #include <media/v4l2-device.h>
@@ -121,5 +119,4 @@ struct vpif_device {
        struct vpif_capture_config *config;
 };
 
-#endif                         /* End of __KERNEL__ */
 #endif                         /* VPIF_CAPTURE_H */
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to