greybus: reorder greybus_svc_in() arguments
authorAlex Elder <elder@linaro.org>
Sat, 27 Sep 2014 01:55:35 +0000 (20:55 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 30 Sep 2014 01:08:14 +0000 (18:08 -0700)
commit51c75fd060a71dfdf4f836759a2b9300ae8af138
treef87c7c5071181e9f9127698d208cde3efb555f42
parent01e8280150a2ef330f082a996479b96d75164353
greybus: reorder greybus_svc_in() arguments

The two functions greybus_svc_in() and greybus_cport_in() do
very similar things, but their arguments are in a different order.
Move the greybus_host_device structure argument for greybus_svc_in()
to be first so the functions' prototypes are better aligned.

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