diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-26 11:11:07 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-08-26 11:11:07 +0200 |
commit | a15c48351cbfa7dc0c6ad362d041a788f7059112 (patch) | |
tree | 3fdafe81d7283787dbb0a14bc99189b194266cbc /linux/drivers/media/video/ivtv/ivtv-driver.c | |
parent | 900f219316dee02473ed6f6f21fd07cc72b75e2a (diff) | |
download | mediapointer-dvb-s2-a15c48351cbfa7dc0c6ad362d041a788f7059112.tar.gz mediapointer-dvb-s2-a15c48351cbfa7dc0c6ad362d041a788f7059112.tar.bz2 |
ivtvfb: rename some missed ivtv-fb references to ivtvfb.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.c b/linux/drivers/media/video/ivtv/ivtv-driver.c index 95a674035..f8bc6afc1 100644 --- a/linux/drivers/media/video/ivtv/ivtv-driver.c +++ b/linux/drivers/media/video/ivtv/ivtv-driver.c @@ -1401,7 +1401,7 @@ static void module_cleanup(void) spin_unlock(&ivtv_cards_lock); } -/* Note: These symbols are exported because they are used by the ivtv-fb +/* Note: These symbols are exported because they are used by the ivtvfb framebuffer module and an infrared module for the IR-blaster. */ EXPORT_SYMBOL(ivtv_set_irq_mask); EXPORT_SYMBOL(ivtv_cards_active); |