Commit 36190638 authored by Nicolas Saenz Julienne's avatar Nicolas Saenz Julienne Committed by Greg Kroah-Hartman

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: default avatarNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Link: https://lore.kernel.org/r/20200131103836.14312-2-nsaenzjulienne@suse.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b99692f4
...@@ -53,8 +53,6 @@ struct vchiq_arm_state { ...@@ -53,8 +53,6 @@ struct vchiq_arm_state {
enum vc_suspend_status vc_suspend_state; enum vc_suspend_status vc_suspend_state;
enum vc_resume_status vc_resume_state; enum vc_resume_status vc_resume_state;
unsigned int wake_address;
struct vchiq_state *state; struct vchiq_state *state;
struct timer_list suspend_timer; struct timer_list suspend_timer;
int suspend_timer_timeout; int suspend_timer_timeout;
...@@ -80,19 +78,11 @@ struct vchiq_arm_state { ...@@ -80,19 +78,11 @@ struct vchiq_arm_state {
struct completion blocked_blocker; struct completion blocked_blocker;
int blocked_count; int blocked_count;
int autosuspend_override;
/* Flag to indicate that the first vchiq connect has made it through. /* Flag to indicate that the first vchiq connect has made it through.
** This means that both sides should be fully ready, and we should ** This means that both sides should be fully ready, and we should
** be able to suspend after this point. ** be able to suspend after this point.
*/ */
int first_connect; 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 { struct vchiq_drvdata {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment