summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/ti_wilink_st.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/ti_wilink_st.h')
-rw-r--r--kernel/include/linux/ti_wilink_st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/ti_wilink_st.h b/kernel/include/linux/ti_wilink_st.h
index c78dcfeaf..0a0d56834 100644
--- a/kernel/include/linux/ti_wilink_st.h
+++ b/kernel/include/linux/ti_wilink_st.h
@@ -86,7 +86,6 @@ struct st_proto_s {
extern long st_register(struct st_proto_s *);
extern long st_unregister(struct st_proto_s *);
-extern struct ti_st_plat_data *dt_pdata;
/*
* header information used by st_core.c
@@ -159,6 +158,7 @@ struct st_data_s {
unsigned long ll_state;
void *kim_data;
struct tty_struct *tty;
+ struct work_struct work_write_wakeup;
};
/*