aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-07-24 15:32:26 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-07-29 10:06:18 -0700
commit38e7b48b0c2e9c3fe2831d824466dc52d1393e7c (patch)
treea66639f2575b37a36bd55ebfdf7cd95644d2ff8d /drivers/staging/greybus/greybus.h
parentgreybus: es2: remove svc endpoint message handling (diff)
downloadlinux-dev-38e7b48b0c2e9c3fe2831d824466dc52d1393e7c.tar.xz
linux-dev-38e7b48b0c2e9c3fe2831d824466dc52d1393e7c.zip
greybus: get rid of old svc-protocol
Its not used anymore as we have more sophisticated svc protocol in place, lets get rid of earlier code. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Tested-by: Perry Hung <perry@leaflabs.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 2214f447df2b..90f996276ca4 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -156,8 +156,6 @@ void greybus_deregister_driver(struct greybus_driver *driver);
int greybus_disabled(void);
int greybus_svc_in(struct greybus_host_device *hd, u8 *data, int length);
-int gb_ap_init(void);
-void gb_ap_exit(void);
void gb_debugfs_init(void);
void gb_debugfs_cleanup(void);
struct dentry *gb_debugfs_get(void);