From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:26:41 +0000 (+0530) Subject: headers_check fix: dvb/frontend.h X-Git-Tag: v2.6.29-rc4~77^2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de189f078ee4ae74944e6827dff184a3ef1fc89b;p=profile%2Fivi%2Fkernel-x86-ivi.git headers_check fix: dvb/frontend.h fix the following 'make headers_check' warnings: usr/include/linux/dvb/frontend.h:29: include of is preferred over usr/include/linux/dvb/frontend.h:76: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 55026b1..51c8d2d 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -26,8 +26,7 @@ #ifndef _DVBFRONTEND_H_ #define _DVBFRONTEND_H_ -#include - +#include typedef enum fe_type { FE_QPSK,