diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-26 06:11:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 22:07:24 -0300 |
commit | 7b3a0d49e3e929b810ade38926342faca53e867d (patch) | |
tree | 37bb40ab04b1acf56a176d979ab319426c427edd /drivers/media/video/ivtv/ivtv-driver.h | |
parent | 0f45b8c57e40cca1778b0b75daab65ca139e5bb9 (diff) | |
download | blackbird-op-linux-7b3a0d49e3e929b810ade38926342faca53e867d.tar.gz blackbird-op-linux-7b3a0d49e3e929b810ade38926342faca53e867d.zip |
V4L/DVB (6120): ivtvfb: rename some missed ivtv-fb references to ivtvfb
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.h b/drivers/media/video/ivtv/ivtv-driver.h index 5400ccef4dfb..32dfc7a859fa 100644 --- a/drivers/media/video/ivtv/ivtv-driver.h +++ b/drivers/media/video/ivtv/ivtv-driver.h @@ -695,7 +695,7 @@ struct ivtv { u32 osd_chroma_key; /* current chroma key */ struct v4l2_rect osd_rect; /* current OSD position and size */ struct v4l2_rect main_rect; /* current Main window position and size */ - struct osd_info *osd_info; /* ivtv-fb private OSD info */ + struct osd_info *osd_info; /* ivtvfb private OSD info */ }; /* Globals */ |