Yauhen Kharuzhy wrote: > > Fix case when board doesn't have LCD connected and doesn't have > corresponding platform device compiled. > > Signed-off-by: Yauhen Kharuzhy <jekhor@xxxxxxxxx> > --- > arch/arm/mach-s3c2416/s3c2416.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-s3c2416/s3c2416.c b/arch/arm/mach- > s3c2416/s3c2416.c > index 35dabcc..355ab62 100644 > --- a/arch/arm/mach-s3c2416/s3c2416.c > +++ b/arch/arm/mach-s3c2416/s3c2416.c > @@ -90,7 +90,9 @@ int __init s3c2416_init(void) > s3c_i2c0_setname("s3c2440-i2c"); > s3c_i2c1_setname("s3c2440-i2c"); > > +#ifdef CONFIG_S3C_DEV_FB > s3c_device_fb.name = "s3c2443-fb"; > +#endif Could you please use s3c_fb_setname() instead? There is in plat-samsung/include/plat/fb-core.h... > > return sysdev_register(&s3c2416_sysdev); > } > -- Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html