projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302170a
)
V4L/DVB (5772): Cx88: remove two unused pointers from struct cx8802_dev
author
Michael Krufky
<mkrufky@linuxtv.org>
Fri, 15 Jun 2007 22:17:46 +0000
(19:17 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:13 +0000
(14:24 -0300)
The following two pointers in struct cx8802_dev are unused - remove them:
void* fe_handle;
int (*fe_release)(void *handle);
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx88/cx88.h
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx88/cx88.h
b/drivers/media/video/cx88/cx88.h
index
e0290ba
..
c4f656e
100644
(file)
--- a/
drivers/media/video/cx88/cx88.h
+++ b/
drivers/media/video/cx88/cx88.h
@@
-466,8
+466,6
@@
struct cx8802_dev {
#if defined(CONFIG_VIDEO_BUF_DVB) || defined(CONFIG_VIDEO_BUF_DVB_MODULE)
/* for dvb only */
struct videobuf_dvb dvb;
- void* fe_handle;
- int (*fe_release)(void *handle);
void *card_priv;
#endif