]> git.baikalelectronics.ru Git - kernel.git/commit
keucr: moved function to other file
authorLaura Lawniczak <laura.lawniczak@googlemail.com>
Thu, 6 Jun 2013 16:10:49 +0000 (18:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2013 18:48:50 +0000 (11:48 -0700)
commit676de59275c7c6ccd198dfb85cd9eca932cf6b57
tree302ee48c1f47d3ae2edc1412f194e908f8fb11be
parent0d3a1d077258a3e789f1e5ad5aabf62ab5d51ded
keucr: moved function to other file

Function usb_stor_print_cmd was declared in init.c but only used
in transport.c. So it was reasonable to move it there and declare
it static

Signed-off-by: Laura Lawniczak <laura.lawniczak@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/keucr/init.c
drivers/staging/keucr/transport.c
drivers/staging/keucr/transport.h