summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/svc.h
diff options
context:
space:
mode:
authorAkash Choudhari <akashtc@google.com>2016-04-01 20:10:01 -0700
committerAkash Choudhari <akashtc@google.com>2016-04-01 20:10:01 -0700
commitf053f44c9f7f85dd2bab589930d5f3171bb1eaf7 (patch)
treeabd6486ad79310da63537de6938e12f7bab47ae0 /drivers/staging/greybus/svc.h
parent88a3011e91f7c557798301d47f830320580795cf (diff)
greybus: Revert "Added a sysfs entry to power down the SVC"
Diffstat (limited to 'drivers/staging/greybus/svc.h')
-rw-r--r--drivers/staging/greybus/svc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/svc.h b/drivers/staging/greybus/svc.h
index 09d868877c82..8950baff9aef 100644
--- a/drivers/staging/greybus/svc.h
+++ b/drivers/staging/greybus/svc.h
@@ -71,7 +71,6 @@ void gb_svc_watchdog_destroy(struct gb_svc *svc);
bool gb_svc_watchdog_enabled(struct gb_svc *svc);
int gb_svc_watchdog_enable(struct gb_svc *svc);
int gb_svc_watchdog_disable(struct gb_svc *svc);
-int gb_svc_pwr_off(struct gb_svc *svc);
int gb_svc_protocol_init(void);
void gb_svc_protocol_exit(void);