diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-20 13:12:02 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-20 13:12:02 +0200 |
commit | 619f91291de90dbff3aaafdf29a3886757eda34f (patch) | |
tree | 3e73ebff09a143962e33c8ca790761e21ac63bba /linux/drivers/media/radio/radio-si470x.c | |
parent | 2823a672c698095820a3512be8a22988777b40c4 (diff) | |
download | mediapointer-dvb-s2-619f91291de90dbff3aaafdf29a3886757eda34f.tar.gz mediapointer-dvb-s2-619f91291de90dbff3aaafdf29a3886757eda34f.tar.bz2 |
videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h
From: Hans Verkuil <hverkuil@xs4all.nl>
The functions in a header should not belong to another module. The prio functions
belong to v4l2-common.c, so move them to v4l2-common.h.
The ioctl functions belong to v4l2-ioctl.c, so create a new v4l2-ioctl.h header
and move those functions to it.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/radio/radio-si470x.c')
-rw-r--r-- | linux/drivers/media/radio/radio-si470x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/radio/radio-si470x.c b/linux/drivers/media/radio/radio-si470x.c index 55c1a9b7b..110989cac 100644 --- a/linux/drivers/media/radio/radio-si470x.c +++ b/linux/drivers/media/radio/radio-si470x.c @@ -134,6 +134,7 @@ #include <linux/videodev2.h> #include <linux/mutex.h> #include <media/v4l2-common.h> +#include <media/v4l2-ioctl.h> #include <media/rds.h> #include <asm/unaligned.h> |