dect
/
linux-2.6
Archived
13
0
Fork 0

drm/nv40/mpeg: fix context handling

It slipped in thanks to typeless API.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Marcin Slusarz 2012-11-06 22:48:51 +01:00 committed by Ben Skeggs
parent a4dd4ec250
commit 7707b701eb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ struct nv40_mpeg_priv {
};
struct nv40_mpeg_chan {
struct nouveau_mpeg base;
struct nouveau_mpeg_chan base;
};
/*******************************************************************************