summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/adb_mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/adb_mouse.h')
-rw-r--r--include/asm-ppc/adb_mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/adb_mouse.h b/include/asm-ppc/adb_mouse.h
index 879178043..3da07c813 100644
--- a/include/asm-ppc/adb_mouse.h
+++ b/include/asm-ppc/adb_mouse.h
@@ -16,7 +16,7 @@ struct mouse_status {
short dy;
int ready;
int active;
- struct wait_queue *wait;
+ wait_queue_head_t wait;
struct fasync_struct *fasyncptr;
};