usb: gadget: dummy_hcd: make alloc/free streams static
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 9 Jan 2012 12:15:00 +0000 (13:15 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 24 Jan 2012 09:25:32 +0000 (11:25 +0200)
commitd81f3e4f5792acab5929ef99aad6ca5e21a31a0e
tree5711d6e2bfadbbd9b87ffcb2c6b482348456537c
parentd262127c330b852ce4b210a0b1b06e69d4d87704
usb: gadget: dummy_hcd: make alloc/free streams static

There is no reason why dummy_alloc_streams() and dummy_free_streams()
are global. Make them static instead.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/dummy_hcd.c