Michael Neuling wrote: > drivers/video/fsl-diu-fb.c: In function 'fsl_diu_suspend': > drivers/video/fsl-diu-fb.c:1435: error: incompatible type for argument 1 of > 'disable_lcdc' > drivers/video/fsl-diu-fb.c:592: note: expected 'struct fb_info *' but > argument is of type 'struct fb_info' > drivers/video/fsl-diu-fb.c: In function 'fsl_diu_resume': > drivers/video/fsl-diu-fb.c:1445: error: incompatible type for argument 1 of > 'enable_lcdc' > drivers/video/fsl-diu-fb.c:583: note: expected 'struct fb_info *' but > argument is of type 'struct fb_info'
I figured out what the problem is. I never compiled a configuration with CONFIG_PM enabled. For some reason, CONFIG_PM is disabled when SMP is enabled, and I only tested with mpc85xx_smp_defconfig. -- Timur Tabi Linux kernel developer at Freescale _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev