blob: a1452f71e26da4f25c921d784473ada712271f66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
diff -Naru a/drivers/usb/class/usblp.c b/drivers/usb/class/usblp.c
--- a/drivers/usb/class/usblp.c 2005-11-11 03:29:26 -08:00
+++ b/drivers/usb/class/usblp.c 2005-11-11 03:29:26 -08:00
@@ -221,7 +221,7 @@
static int usblp_cache_device_id_string(struct usblp *usblp);
/* forward reference to make our lives easier */
-extern struct usb_driver usblp_driver;
+static struct usb_driver usblp_driver;
/*
* Functions for usblp control messages.
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/07/30 16:34:47-07:00 akpm@osdl.org
# [PATCH] USB: gcc-3.5 fixes
#
# From: Andi Kleen <ak@muc.de>
#
# Trivial gcc-3.5 build fixes.
#
# Signed-off-by: Andrew Morton <akpm@osdl.org>
# Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
#
# drivers/usb/class/usblp.c
# 2004/07/10 17:52:27-07:00 akpm@osdl.org +1 -1
# USB: gcc-3.5 fixes
#
|