summaryrefslogtreecommitdiffstats
path: root/include/linux/lp_m68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lp_m68k.h')
-rw-r--r--include/linux/lp_m68k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lp_m68k.h b/include/linux/lp_m68k.h
index cddecc98d..22bdc5ce2 100644
--- a/include/linux/lp_m68k.h
+++ b/include/linux/lp_m68k.h
@@ -116,7 +116,7 @@ struct lp_struct {
unsigned int chars; /*busy timeout */
unsigned int time; /*wait time */
unsigned int wait;
- struct wait_queue *lp_wait_q; /*strobe wait */
+ struct wait_queue_head_t lp_wait_q; /*strobe wait */
void *base; /* hardware drivers internal use*/
enum lp_type type;
char lp_buffer[LP_BUFFER_SIZE];