aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/usb/hso.c')
-rw-r--r--drivers/net/usb/hso.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
index e6d62fe405c..a074c16e2a6 100644
--- a/drivers/net/usb/hso.c
+++ b/drivers/net/usb/hso.c
@@ -1246,7 +1246,7 @@ static void hso_std_serial_read_bulk_callback(struct urb *urb)
1246 * This needs to be a tasklet otherwise we will 1246 * This needs to be a tasklet otherwise we will
1247 * end up recursively calling this function. 1247 * end up recursively calling this function.
1248 */ 1248 */
1249void hso_unthrottle_tasklet(struct hso_serial *serial) 1249static void hso_unthrottle_tasklet(struct hso_serial *serial)
1250{ 1250{
1251 unsigned long flags; 1251 unsigned long flags;
1252 1252
@@ -1265,7 +1265,7 @@ static void hso_unthrottle(struct tty_struct *tty)
1265 tasklet_hi_schedule(&serial->unthrottle_tasklet); 1265 tasklet_hi_schedule(&serial->unthrottle_tasklet);
1266} 1266}
1267 1267
1268void hso_unthrottle_workfunc(struct work_struct *work) 1268static void hso_unthrottle_workfunc(struct work_struct *work)
1269{ 1269{
1270 struct hso_serial *serial = 1270 struct hso_serial *serial =
1271 container_of(work, struct hso_serial, 1271 container_of(work, struct hso_serial,
@@ -1464,9 +1464,9 @@ static int hso_serial_chars_in_buffer(struct tty_struct *tty)
1464 1464
1465 return chars; 1465 return chars;
1466} 1466}
1467int tiocmget_submit_urb(struct hso_serial *serial, 1467static int tiocmget_submit_urb(struct hso_serial *serial,
1468 struct hso_tiocmget *tiocmget, 1468 struct hso_tiocmget *tiocmget,
1469 struct usb_device *usb) 1469 struct usb_device *usb)
1470{ 1470{
1471 int result; 1471 int result;
1472 1472