diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-26 05:11:07 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:07:24 -0400 |
commit | 7b3a0d49e3e929b810ade38926342faca53e867d (patch) | |
tree | 37bb40ab04b1acf56a176d979ab319426c427edd /drivers/media/video/ivtv/ivtv-driver.h | |
parent | 0f45b8c57e40cca1778b0b75daab65ca139e5bb9 (diff) |
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 { | |||
695 | u32 osd_chroma_key; /* current chroma key */ | 695 | u32 osd_chroma_key; /* current chroma key */ |
696 | struct v4l2_rect osd_rect; /* current OSD position and size */ | 696 | struct v4l2_rect osd_rect; /* current OSD position and size */ |
697 | struct v4l2_rect main_rect; /* current Main window position and size */ | 697 | struct v4l2_rect main_rect; /* current Main window position and size */ |
698 | struct osd_info *osd_info; /* ivtv-fb private OSD info */ | 698 | struct osd_info *osd_info; /* ivtvfb private OSD info */ |
699 | }; | 699 | }; |
700 | 700 | ||
701 | /* Globals */ | 701 | /* Globals */ |