]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/rocket_int.h
drm: run cleanfile across drm tree
[linux-2.6-omap-h63xx.git] / drivers / char / rocket_int.h
index b4c53dfa7951290f48be4b5e28e685d91a0b8558..55b8f2d71a9617d3be3c3d932b34002636d52afe 100644 (file)
@@ -1163,13 +1163,8 @@ struct r_port {
        int read_status_mask;
        int cps;
 
-#ifdef DECLARE_WAITQUEUE
        wait_queue_head_t open_wait;
-       wait_queue_head_t close_wait;
-#else
-       struct wait_queue *open_wait;
-       struct wait_queue *close_wait;
-#endif
+       struct completion close_wait;
        spinlock_t slock;
        struct mutex write_mtx;
 };