summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/video-buf.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-08 12:35:58 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-08 12:35:58 +0000
commit4709e77e139f5767573acf898d1886494eea2737 (patch)
tree64b03e175944410680b7dedb7315edf5b7b09212 /linux/drivers/media/video/video-buf.c
parent0cce55a9254344c5ea98881cbab79546083207d6 (diff)
downloadmediapointer-dvb-s2-4709e77e139f5767573acf898d1886494eea2737.tar.gz
mediapointer-dvb-s2-4709e77e139f5767573acf898d1886494eea2737.tar.bz2
removed unneeded linux/version.h
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/video-buf.c')
-rw-r--r--linux/drivers/media/video/video-buf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/video-buf.c b/linux/drivers/media/video/video-buf.c
index 27980d034..7f825dc4d 100644
--- a/linux/drivers/media/video/video-buf.c
+++ b/linux/drivers/media/video/video-buf.c
@@ -1,5 +1,5 @@
/*
- * $Id: video-buf.c,v 1.23 2005/11/24 09:12:53 nsh Exp $
+ * $Id: video-buf.c,v 1.24 2005/12/08 12:35:58 mchehab Exp $
*
* generic helper functions for video4linux capture buffers, to handle
* memory management and PCI DMA. Right now bttv + saa7134 use it.
@@ -18,7 +18,7 @@
* (at your option) any later version.
*/
-#include <linux/version.h>
+#include "compat.h"
#include <linux/init.h>
#include <linux/module.h>
#include <linux/moduleparam.h>