From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:29:53 +0000 (+0530) Subject: headers_check fix: dvb/video.h X-Git-Tag: v2.6.29-rc4~77^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b852d36b86902abb272b0f2dd7a56dd2d17ea88c;p=platform%2Fkernel%2Flinux-exynos.git headers_check fix: dvb/video.h fix the following 'make headers_check' warnings: usr/include/linux/dvb/video.h:29: include of is preferred over usr/include/linux/dvb/video.h:102: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/dvb/video.h b/include/linux/dvb/video.h index 50839fe..bd49c3e 100644 --- a/include/linux/dvb/video.h +++ b/include/linux/dvb/video.h @@ -24,17 +24,14 @@ #ifndef _DVBVIDEO_H_ #define _DVBVIDEO_H_ -#include - -#ifdef __KERNEL__ #include +#ifdef __KERNEL__ +#include #else -#include #include #include #endif - typedef enum { VIDEO_FORMAT_4_3, /* Select 4:3 format */ VIDEO_FORMAT_16_9, /* Select 16:9 format. */