]> err.no Git - linux-2.6/blobdiff - drivers/video/pxafb.c
Merge branch 'linus' into x86/gart
[linux-2.6] / drivers / video / pxafb.c
index 3ee314beacc1a7c6be88fc854ca4b0b69aff4c91..274bc93ab7d8497fe604ca9043498da3e5cdd52a 100644 (file)
@@ -1351,7 +1351,6 @@ static struct pxafb_info * __init pxafb_init_fbinfo(struct device *dev)
        struct pxafb_info *fbi;
        void *addr;
        struct pxafb_mach_info *inf = dev->platform_data;
-       struct pxafb_mode_info *mode = inf->modes;
 
        /* Alloc the pxafb_info and pseudo_palette in one step */
        fbi = kmalloc(sizeof(struct pxafb_info) + sizeof(u32) * 16, GFP_KERNEL);