drm/nouveau: use system_wq instead of dev_priv->wq
[pandora-kernel.git] / drivers / gpu / drm / nouveau / nouveau_drv.h
index 1c6279f..2e3d7fb 100644 (file)
@@ -652,7 +652,6 @@ struct drm_nouveau_private {
        /* interrupt handling */
        void (*irq_handler[32])(struct drm_device *);
        bool msi_enabled;
-       struct workqueue_struct *wq;
        struct work_struct irq_work;
 
        struct list_head vbl_waiting;