projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a9cd9
)
V4L/DVB (3820): Drivers/media/dvb/dvb-usb/: possible cleanups
author
Adrian Bunk
<bunk@stusta.de>
Wed, 19 Apr 2006 23:49:28 +0000
(20:49 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 25 Jun 2006 04:58:16 +0000
(
01:58
-0300)
- make the following needlessly global struct static:
dvb-usb/cxusb.c: cxusb_mt352_config
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/cxusb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/dvb/dvb-usb/cxusb.c
b/drivers/media/dvb/dvb-usb/cxusb.c
index 5151fb4172df1dc5dc8a15befb0cfe2aaedcf9ff..4b232a7ec5e6eae8e015f9318e6d6f1fa1084ce8 100644
(file)
--- a/
drivers/media/dvb/dvb-usb/cxusb.c
+++ b/
drivers/media/dvb/dvb-usb/cxusb.c
@@
-373,7
+373,7
@@
static struct mt352_config cxusb_dee1601_config = {
.pll_set = dvb_usb_pll_set,
};
-struct mt352_config cxusb_mt352_config = {
+st
atic st
ruct mt352_config cxusb_mt352_config = {
/* used in both lgz201 and th7579 */
.demod_address = 0x0f,
.demod_init = cxusb_mt352_demod_init,