drm/nouveau/fifo: version the dma channel class struct
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / engine / fifo / nv10.c
index 5d3638bddb8bbd96c168a6eaaad864d5c1e2f44a..c4c78d50b39650ef0d40c452cf7c32fbf7dd65fd 100644 (file)
@@ -61,7 +61,7 @@ nv10_fifo_chan_ctor(struct nouveau_object *parent,
 {
        struct nv04_fifo_priv *priv = (void *)engine;
        struct nv04_fifo_chan *chan;
-       struct nv_channel_dma_class *args = data;
+       struct nv03_channel_dma_class *args = data;
        int ret;
 
        if (size < sizeof(*args))
This page took 0.027041 seconds and 5 git commands to generate.