diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-04-22 15:07:00 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-22 15:07:00 -0700 |
commit | 2c47e7f37830cc83e7c77f0d5b7d4ac15105475b (patch) | |
tree | 051be37e98b7f5a1fe590818c1044ea3aac3f42a /drivers/usb/media/pwc/pwc-if.c | |
parent | 7107627b04b46bce8212e6a6811add5eb8bcb476 (diff) |
[PATCH] USB: drivers/usb/media/pwc/: make code static
This patch makes needlessly global code static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/media/pwc/pwc-if.c')
-rw-r--r-- | drivers/usb/media/pwc/pwc-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/media/pwc/pwc-if.c b/drivers/usb/media/pwc/pwc-if.c index 100a5a4f03a..c3c3e5a101d 100644 --- a/drivers/usb/media/pwc/pwc-if.c +++ b/drivers/usb/media/pwc/pwc-if.c @@ -129,7 +129,7 @@ static int default_mbufs = 2; /* Default number of mmap() buffers */ int pwc_trace = TRACE_MODULE | TRACE_FLOW | TRACE_PWCX; static int power_save = 0; static int led_on = 100, led_off = 0; /* defaults to LED that is on while in use */ - int pwc_preferred_compression = 2; /* 0..3 = uncompressed..high */ +static int pwc_preferred_compression = 2; /* 0..3 = uncompressed..high */ static struct { int type; char serial_number[30]; |