drm/nouveau: rip out nvkm_client.super
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / include / nvkm / core / client.h
index 5d7017f..2f86606 100644 (file)
@@ -13,7 +13,6 @@ struct nvkm_client {
        struct nvkm_client_notify *notify[32];
        struct rb_root objroot;
 
-       bool super;
        void *data;
        int (*ntfy)(const void *, u32, const void *, u32);