Re: [U-Boot] [PATCH] s3c64xx: fix the compiler error and warning

2012-10-28 Thread Minkyu Kang
2012. 10. 26. 19:12 Marek Vasut 작성: > Dear Jaehoon Chung, > >> From: Minkyu Kang >> >> This patch is fixing the following errors > [...] > > Acked-by: Marek Vasut > > Best regards, > Marek Vasut > ___ > U-Boot mailing list > U-Boot@lists.denx.de > htt

Re: [U-Boot] [PATCH] s3c64xx: fix the compiler error and warning

2012-10-26 Thread Marek Vasut
Dear Jaehoon Chung, > From: Minkyu Kang > > This patch is fixing the following errors [...] Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] s3c64xx: fix the compiler error and warning

2012-10-26 Thread Jaehoon Chung
From: Minkyu Kang This patch is fixing the following errors s3c64xx.c:175: error: variable 's3c64xx_serial_drv' has initializer but incomplete type s3c64xx.c:176: error: unknown field 'name' specified in initializer s3c64xx.c:176: warning: excess elements in struct initializer s3c64xx.c:176: wa