aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 19:58:00 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 19:58:00 +0530
commit8996be9de98a9362a3192b866dd8ab9930e28ad9 (patch)
treedf7344e07f3612c350ea1e442f6cc1a3b0b540ee /include/linux/dvb
parentde189f078ee4ae74944e6827dff184a3ef1fc89b (diff)
downloadkernel_samsung_smdk4412-8996be9de98a9362a3192b866dd8ab9930e28ad9.zip
kernel_samsung_smdk4412-8996be9de98a9362a3192b866dd8ab9930e28ad9.tar.gz
kernel_samsung_smdk4412-8996be9de98a9362a3192b866dd8ab9930e28ad9.tar.bz2
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/dvb')
-rw-r--r--include/linux/dvb/net.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/dvb/net.h b/include/linux/dvb/net.h
index 5be474b..f451e7e 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;