Skip to content

Commit

Permalink
mei: group wd_interface_reg with watchdog variables within struct mei…
Browse files Browse the repository at this point in the history
…_device

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Jun 20, 2012
1 parent 7d5e0e5 commit 21c66d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/misc/mei/mei_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ struct mei_device {
bool mei_host_buffer_is_empty;

struct mei_cl wd_cl;
bool wd_interface_reg;
bool wd_pending;
bool wd_stopped;
bool wd_bypass; /* if false, don't refresh watchdog ME client */
Expand All @@ -245,7 +246,6 @@ struct mei_device {
unsigned char wd_data[MEI_START_WD_DATA_SIZE];



struct file *iamthif_file_object;
struct mei_cl iamthif_cl;
struct mei_cl_cb *iamthif_current_cb;
Expand All @@ -259,8 +259,6 @@ struct mei_device {
bool iamthif_flow_control_pending;
bool iamthif_ioctl;
bool iamthif_canceled;

bool wd_interface_reg;
};


Expand Down

0 comments on commit 21c66d1

Please sign in to comment.