From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:26:41 +0000 (+0530) Subject: headers_check fix: dvb/frontend.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=de189f078ee4ae74944e6827dff184a3ef1fc89b;p=deliverable%2Flinux.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 55026b1a40bd..51c8d2d49e42 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,