]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (4378): Ttpci/: remove unneeded #include <linux/byteorder/swabb.h>'s
authorAdrian Bunk <bunk@stusta.de>
Tue, 8 Aug 2006 12:10:07 +0000 (09:10 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 14:53:23 +0000 (11:53 -0300)
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>
drivers/media/dvb/ttpci/av7110_av.c
drivers/media/dvb/ttpci/av7110_ca.c
drivers/media/dvb/ttpci/av7110_hw.c
drivers/media/dvb/ttpci/av7110_v4l.c

index 0f3a044aeb17e82e4ee245ef1097ed41c0537b33..8c577cf30fb379359dc52841642bf2dd24d844ae 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/string.h>
 #include <linux/sched.h>
 #include <linux/delay.h>
-#include <linux/byteorder/swabb.h>
 #include <linux/smp_lock.h>
 #include <linux/fs.h>
 
index 6079e8865d5b99d3f3ca4185e20b44014227df9f..dd9aee314e0a389b72f2347c347c5e45ad8df3ee 100644 (file)
@@ -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"
index 75736f2fe83864bb6bf48e7204a28c6a9930e806..37de2e88a273b9616a8af19129f7cf880682d766 100644 (file)
@@ -34,7 +34,6 @@
 #include <linux/string.h>
 #include <linux/sched.h>
 #include <linux/delay.h>
-#include <linux/byteorder/swabb.h>
 #include <linux/smp_lock.h>
 #include <linux/fs.h>
 
index 6ffe53fdcf570bced668dd68cce10233eef437ab..52b500a38c86798628170c2260c44e42b99f91da 100644 (file)
@@ -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"