]> git.baikalelectronics.ru Git - kernel.git/commit
USB: isp1760-hcd.c: make 2 functions static
authorAdrian Bunk <bunk@kernel.org>
Mon, 5 May 2008 18:25:33 +0000 (21:25 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:15:54 +0000 (15:15 -0700)
commit002403120f5d7be27a71279821e51cb0e226f40c
tree65bb05ec5ec9bef5751bab78cb2fdc7d034e441d
parent3013c64564a5913a00520003da85f6e4675dc990
USB: isp1760-hcd.c: make 2 functions static

This patch makes the following needlessly global functions static:
- enqueue_an_ATL_packet()
- enqueue_an_INT_packet()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp1760-hcd.c