Re: [U-Boot] [PATCH] video: fixed exynos_mipi_dsi_init() declaration

2012-07-03 Thread Donghwa Lee
On 4 July 2012 12:29, Minkyu Kang wrote: > On 2 July 2012 20:18, Donghwa Lee wrote: >> To avoid compilers error in case of not using >> CONFIG_EXYNOS_MIPI_DSIM, add no operation function. >> >> Signed-off-by: Donghwa Lee >> Signed-off-by: Kyungmin Park >> --- >> arch/arm/include/asm/arch-exyno

Re: [U-Boot] [PATCH] video: fixed exynos_mipi_dsi_init() declaration

2012-07-03 Thread Minkyu Kang
On 2 July 2012 20:18, Donghwa Lee wrote: > To avoid compilers error in case of not using > CONFIG_EXYNOS_MIPI_DSIM, add no operation function. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > --- > arch/arm/include/asm/arch-exynos/mipi_dsim.h |7 +++ > 1 files changed, 7

[U-Boot] [PATCH] video: fixed exynos_mipi_dsi_init() declaration

2012-07-02 Thread Donghwa Lee
To avoid compilers error in case of not using CONFIG_EXYNOS_MIPI_DSIM, add no operation function. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/mipi_dsim.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/inc