diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 19:58:00 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 19:58:00 +0530 |
commit | 8996be9de98a9362a3192b866dd8ab9930e28ad9 (patch) | |
tree | df7344e07f3612c350ea1e442f6cc1a3b0b540ee /include/linux | |
parent | de189f078ee4ae74944e6827dff184a3ef1fc89b (diff) | |
download | blackbird-obmc-linux-8996be9de98a9362a3192b866dd8ab9930e28ad9.tar.gz blackbird-obmc-linux-8996be9de98a9362a3192b866dd8ab9930e28ad9.zip |
headers_check fix: dvb/net.h
fix the following 'make headers_check' warnings:
usr/include/linux/dvb/net.h:27: include of <linux/types.h> is preferred over <asm/types.h>
usr/include/linux/dvb/net.h:31: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dvb/net.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <asm/types.h> - +#include <linux/types.h> struct dvb_net_if { __u16 pid; |