diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 19:52:29 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 19:52:29 -0200 |
commit | d2d89fbdf22ff136e7335c3faa93601161eadc4b (patch) | |
tree | db5f33386899e6b8d5c86a1b5001ee5ed9b1f832 /linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c | |
parent | 21433740f51f3166e2c13c59435463890f3b2dae (diff) | |
parent | 2ed226ddcff286084c882882de3b2158f3e7d587 (diff) | |
download | mediapointer-dvb-s2-d2d89fbdf22ff136e7335c3faa93601161eadc4b.tar.gz mediapointer-dvb-s2-d2d89fbdf22ff136e7335c3faa93601161eadc4b.tar.bz2 |
merge: http://linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c b/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c index 71cc14280..c7041921a 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c @@ -213,7 +213,7 @@ static void decoder_reset(struct pvr2_v4l_cx2584x *ctxt) } -const static struct pvr2_i2c_handler_functions hfuncs = { +static const struct pvr2_i2c_handler_functions hfuncs = { .detach = (void (*)(void *))decoder_detach, .check = (int (*)(void *))decoder_check, .update = (void (*)(void *))decoder_update, |