greybus: module: move module specific code to module.c
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 14 Nov 2014 11:55:07 +0000 (17:25 +0530)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 14 Nov 2014 21:49:04 +0000 (13:49 -0800)
commit676daaf45869e810dcbe97cf6996f7c8e2fb7d32
treec3bc7d8e80f62e9f52421e94a3fb4b4b1c3f931a
parent9ca4d62f15bc8e1977ed2c6c2dfc84449b6ab35f
greybus: module: move module specific code to module.c

Some of module specific routines were present in core.c instead of module.c.
Move them to the right place.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/core.c
drivers/staging/greybus/greybus.h
drivers/staging/greybus/module.c