diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-29 13:37:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-29 13:37:59 -0300 |
commit | 6cf42c0905015627422b155a89b3b9603d93a9fe (patch) | |
tree | e0d85db985d8645e69e506ba69165b57579cbe03 /linux/drivers/media/dvb/ttpci/av7110_ca.c | |
parent | 620d187c59c7569f3dfc140c639f8972392d9ed9 (diff) | |
download | mediapointer-dvb-s2-6cf42c0905015627422b155a89b3b9603d93a9fe.tar.gz mediapointer-dvb-s2-6cf42c0905015627422b155a89b3b9603d93a9fe.tar.bz2 |
Ttpci/: remove unneeded #include <linux/byteorder/swabb.h>'s
From: Adrian Bunk <bunk@stusta.de>
Since av7110.c is the only file actually using something from this
header, there's no reson for other files to
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/av7110_ca.c')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/av7110_ca.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/av7110_ca.c b/linux/drivers/media/dvb/ttpci/av7110_ca.c index 6079e8865..dd9aee314 100644 --- a/linux/drivers/media/dvb/ttpci/av7110_ca.c +++ b/linux/drivers/media/dvb/ttpci/av7110_ca.c @@ -35,7 +35,6 @@ #include <linux/fs.h> #include <linux/timer.h> #include <linux/poll.h> -#include <linux/byteorder/swabb.h> #include <linux/smp_lock.h> #include "av7110.h" |