drm/nouveau/fifo: version the dma channel class struct

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2012-08-14 15:02:29 +10:00
parent 503b0f1cd6
commit a7c6e75eb2
6 changed files with 6 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ nouveau_channel_dma(struct nouveau_drm *drm, struct nouveau_cli *cli,
{
static const u16 oclasses[] = { 0x406e, 0x176e, 0x006e, 0x006b, 0 };
const u16 *oclass = oclasses;
struct nv_channel_dma_class args;
struct nv03_channel_dma_class args;
struct nouveau_channel *chan;
int ret;