summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/bttvp.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-06 11:38:23 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-11-06 11:38:23 -0200
commitf7e781d3bbc0d084f09a60526ef7f3d705572dec (patch)
tree1ab115f690139f6ce56d80d9fe50efff59825f36 /linux/drivers/media/video/bt8xx/bttvp.h
parentd1d700ce86a1a231cf924df720ba1706ac8f1350 (diff)
downloadmediapointer-dvb-s2-f7e781d3bbc0d084f09a60526ef7f3d705572dec.tar.gz
mediapointer-dvb-s2-f7e781d3bbc0d084f09a60526ef7f3d705572dec.tar.bz2
backport commit 87ae9afdcada236d0a1b38ce2c465a65916961dc
From: Mauro Carvalho Chehab <mchehab@infradead.org> kernel-sync: Author: Adrian Bunk <bunk@kernel.org> Date: Tue Oct 30 10:35:04 2007 +0100 cleanup asm/scatterlist.h includes Not architecture specific code should not #include <asm/scatterlist.h>. This patch therefore either replaces them with #include <linux/scatterlist.h> or simply removes them if they were unused. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttvp.h')
-rw-r--r--linux/drivers/media/video/bt8xx/bttvp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttvp.h b/linux/drivers/media/video/bt8xx/bttvp.h
index 6e8519444..b8d3e59a8 100644
--- a/linux/drivers/media/video/bt8xx/bttvp.h
+++ b/linux/drivers/media/video/bt8xx/bttvp.h
@@ -38,7 +38,7 @@
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15)
#include <linux/mutex.h>
#endif
-#include <asm/scatterlist.h>
+#include <linux/scatterlist.h>
#include <asm/io.h>
#include "compat.h"
#include <media/v4l2-common.h>