diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-08-08 16:10:07 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 18:53:23 +0400 |
commit | 0e957becc3d22bcdab550aadac36893c8e0cb36e (patch) | |
tree | 9b286200f9d8e010838ec4febccffd30c5d60288 /drivers/media/dvb/ttpci/av7110_v4l.c | |
parent | 094ddbe9506706187b58df91d64695547a807916 (diff) | |
download | linux-0e957becc3d22bcdab550aadac36893c8e0cb36e.tar.xz |
V4L/DVB (4378): Ttpci/: remove unneeded #include <linux/byteorder/swabb.h>'s
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 'drivers/media/dvb/ttpci/av7110_v4l.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110_v4l.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_v4l.c b/drivers/media/dvb/ttpci/av7110_v4l.c index 6ffe53fdcf57..52b500a38c86 100644 --- a/drivers/media/dvb/ttpci/av7110_v4l.c +++ b/drivers/media/dvb/ttpci/av7110_v4l.c @@ -32,7 +32,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" |