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)
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>

No differences found