diff options
Diffstat (limited to 'include/linux/ti_wilink_st.h')
| -rw-r--r-- | include/linux/ti_wilink_st.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ti_wilink_st.h b/include/linux/ti_wilink_st.h index cf71cdea9f9..3ef81ae5f19 100644 --- a/include/linux/ti_wilink_st.h +++ b/include/linux/ti_wilink_st.h @@ -26,6 +26,7 @@ #define TI_WILINK_ST_H #include <linux/skbuff.h> +#include <linux/wakelock.h> /** * enum proto-type - The protocol on WiLink chips which share a @@ -158,6 +159,8 @@ struct st_data_s { unsigned long ll_state; void *kim_data; struct tty_struct *tty; + + struct wake_lock st_awake; /* Held while controller is awake */ }; /* |