From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:28:00 +0000 (+0530) Subject: headers_check fix: dvb/net.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8996be9de98a9362a3192b866dd8ab9930e28ad9;p=deliverable%2Flinux.git headers_check fix: dvb/net.h fix the following 'make headers_check' warnings: usr/include/linux/dvb/net.h:27: include of is preferred over usr/include/linux/dvb/net.h:31: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/dvb/net.h b/include/linux/dvb/net.h index 5be474bf0d2b..f451e7eb0b0b 100644 --- a/include/linux/dvb/net.h +++ b/include/linux/dvb/net.h @@ -24,8 +24,7 @@ #ifndef _DVBNET_H_ #define _DVBNET_H_ -#include - +#include struct dvb_net_if { __u16 pid;