]> bbs.cooldavid.org Git - net-next-2.6.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)
commit473bca94ba432b3c194e6fa315d81d8ac7670a4f
tree65bb05ec5ec9bef5751bab78cb2fdc7d034e441d
parent7119e3c37fbf7c27adb5929f344c826ecb8c7859
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