summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/video-buf.c
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-12-10 12:33:39 +0000
committerGerd Knorr <devnull@localhost>2004-12-10 12:33:39 +0000
commit0b35334a57bea3250daaab02ee3b1f5e70d46bfb (patch)
treecfeb0f72b2627e1dca96110f7c99e07faab24876 /linux/drivers/media/video/video-buf.c
parent6208c1bac3644cd9e3dbdee0aa7418b2d9bb02dc (diff)
downloadmediapointer-dvb-s2-0b35334a57bea3250daaab02ee3b1f5e70d46bfb.tar.gz
mediapointer-dvb-s2-0b35334a57bea3250daaab02ee3b1f5e70d46bfb.tar.bz2
- add moduleparam.h include to many files.
- some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff.
Diffstat (limited to 'linux/drivers/media/video/video-buf.c')
-rw-r--r--linux/drivers/media/video/video-buf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/video-buf.c b/linux/drivers/media/video/video-buf.c
index 33740d57b..58352a563 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.16 2004/12/02 14:23:54 kraxel Exp $
+ * $Id: video-buf.c,v 1.17 2004/12/10 12:33:40 kraxel Exp $
*
* generic helper functions for video4linux capture buffers, to handle
* memory management and PCI DMA. Right now bttv + saa7134 use it.
@@ -21,6 +21,7 @@
#include <linux/version.h>
#include <linux/init.h>
#include <linux/module.h>
+#include <linux/moduleparam.h>
#include <linux/vmalloc.h>
#include <linux/pagemap.h>
#include <linux/slab.h>