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)
commiteecb3c07e7cce24c35de97e5f895874a8a2e9126
tree302ee48c1f47d3ae2edc1412f194e908f8fb11be
parent6fbb90bf285e2d6fdfe6b4de244e1e13803dd7b7
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