* [2.6 patch] make drivers/usb/host/u132-hcd.c:u132_hcd_wait static
@ 2006-11-20 2:23 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-11-20 2:23 UTC (permalink / raw)
To: Tony Olech; +Cc: gregkh, linux-usb-devel, linux-kernel
This patch makes the needlessly global "u132_hcd_wait" static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.19-rc5-mm2/drivers/usb/host/u132-hcd.c.old 2006-11-20 01:01:43.000000000 +0100
+++ linux-2.6.19-rc5-mm2/drivers/usb/host/u132-hcd.c 2006-11-20 01:02:00.000000000 +0100
@@ -71,7 +71,7 @@
module_param(distrust_firmware, bool, 0);
MODULE_PARM_DESC(distrust_firmware, "true to distrust firmware power/overcurren"
"t setup");
-DECLARE_WAIT_QUEUE_HEAD(u132_hcd_wait);
+static DECLARE_WAIT_QUEUE_HEAD(u132_hcd_wait);
/*
* u132_module_lock exists to protect access to global variables
*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-20 2:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20 2:23 [2.6 patch] make drivers/usb/host/u132-hcd.c:u132_hcd_wait static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox