]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/gpu/drm/gma500/mdfld_device.c: fix build
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 3 May 2012 05:43:08 +0000 (15:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 3 May 2012 05:46:10 +0000 (15:46 +1000)
drivers/gpu/drm/gma500/mdfld_device.c:675: error: expected '}' before ';' token

Repairs "cdv: continue synching up with updated reference code".

Cc: Alan Cox <alan@linux.intel.com>
Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/gpu/drm/gma500/mdfld_device.c

index a0bd48cd92f4f1199eb8eb22caf52101f140a924..717f4db28c3ca0bd2b876598418bbfe90668c2bc 100644 (file)
@@ -672,8 +672,8 @@ const struct psb_ops mdfld_chip_ops = {
        .accel_2d = 0,
        .pipes = 3,
        .crtcs = 3,
-       .lvds_mask = (1 << 1);
-       .hdmi_mask = (1 << 1);
+       .lvds_mask = (1 << 1),
+       .hdmi_mask = (1 << 1),
        .sgx_offset = MRST_SGX_OFFSET,
 
        .chip_setup = mid_chip_setup,