summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/interface
diff options
context:
space:
mode:
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>2020-01-31 11:38:17 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-09 16:22:58 -0800
commit361906387c7decfe99d4a99d6218c39f47c56406 (patch)
tree578d3b6e0f15ffb8e5fcb20c1f26142b2a42524a /drivers/staging/vc04_services/interface
parentb99692f4db0b3d42266c5b95a6b7860c35b596bb (diff)
staging: vc04_services: Remove unused variables in struct vchiq_arm_state
There are not being used, so we're better off without them. Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Link: https://lore.kernel.org/r/20200131103836.14312-2-nsaenzjulienne@suse.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/interface')
-rw-r--r--drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h
index 19d2a2eefb6a..f0044289b6bc 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h
@@ -53,8 +53,6 @@ struct vchiq_arm_state {
enum vc_suspend_status vc_suspend_state;
enum vc_resume_status vc_resume_state;
- unsigned int wake_address;
-
struct vchiq_state *state;
struct timer_list suspend_timer;
int suspend_timer_timeout;
@@ -80,19 +78,11 @@ struct vchiq_arm_state {
struct completion blocked_blocker;
int blocked_count;
- int autosuspend_override;
-
/* Flag to indicate that the first vchiq connect has made it through.
** This means that both sides should be fully ready, and we should
** be able to suspend after this point.
*/
int first_connect;
-
- unsigned long long suspend_start_time;
- unsigned long long sleep_start_time;
- unsigned long long resume_start_time;
- unsigned long long last_wake_time;
-
};
struct vchiq_drvdata {