OSDN Git Service

drm/gma500: fix compile error
authorIlija Hadzic <ihadzic@research.bell-labs.com>
Sun, 27 Nov 2011 16:08:33 +0000 (11:08 -0500)
committerDave Airlie <airlied@redhat.com>
Mon, 28 Nov 2011 14:10:12 +0000 (14:10 +0000)
commit1595c568c9237d1b1371ef3a2a2d98d231b1b59b
treec4ee9d3f7b52d1b5590368ac087244b92ddb90e9
parent0cdbee3e811b1bbb347c61814c8570658f2ab15c
drm/gma500: fix compile error

fops field in drm_driver is a pointer to file_operations
struct, not embedded structure

Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/psb_drv.c