aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
diff options
context:
space:
mode:
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>2020-01-31 11:38:24 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-09 16:23:00 -0800
commit88084848eb8c8ccda6987bf77992c5ce45abf1b9 (patch)
tree5d06787385be6a75fb858c14dab48c3ccf334009 /drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
parentstaging: vc04_services: Get rid of vchiq_platform_paused/resumed() (diff)
downloadlinux-dev-88084848eb8c8ccda6987bf77992c5ce45abf1b9.tar.xz
linux-dev-88084848eb8c8ccda6987bf77992c5ce45abf1b9.zip
staging: vc04_services: Get rid of vchiq_platform_suspend/resume()
vchiq_platform_suspend() and vchiq_platform_resume() do nothing, get rid of them. Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Link: https://lore.kernel.org/r/20200131103836.14312-9-nsaenzjulienne@suse.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h')
-rw-r--r--drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
index 72c88fe5feb1..535a67cc68ed 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h
@@ -593,9 +593,6 @@ remote_event_signal(struct remote_event *event);
void
vchiq_platform_check_suspend(struct vchiq_state *state);
-extern enum vchiq_status
-vchiq_platform_resume(struct vchiq_state *state);
-
extern int
vchiq_dump(void *dump_context, const char *str, int len);