]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc9cf20469944d41c6e7465f355ed92ff651219c
tree5711d6e2bfadbbd9b87ffcb2c6b482348456537c
parent903064b95772fd157638573a366e30996c51f98e
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