]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: move ap_disconnect()
authorAlex Elder <elder@linaro.org>
Mon, 20 Oct 2014 15:27:59 +0000 (10:27 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 20 Oct 2014 22:28:24 +0000 (06:28 +0800)
commit6892537f61b1eac275ad50e093708e5e3c8664bd
tree4674488d4a39a9725665612a0f36b60f7f602784
parent6ff5e00a176878c218c2b27e4437e6af8f46a28c
greybus: move ap_disconnect()

The next patch has ap_probe() reference ap_disconnect().  To prepare
for that, move ap_disconnect() up in the file.

This is done as a separate commit to make it easier to see this move
involves no other change to that function.  This and the next commit
can be squashed if desired.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/es1-ap-usb.c