Re: [U-Boot] [PATCH 1/2] arm: socfpga: Remove static declaration on spl_mmc_find_device function

2017-12-11 Thread Chee, Tien Fong
On Isn, 2017-12-11 at 12:03 +0100, Marek Vasut wrote: > On 12/11/2017 11:53 AM, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > So the tags would imply this has a lot to do with SoCFPGA, but this > is > not touching any file in the SoCFPGA. The tags are thus completely > bogus. >

Re: [U-Boot] [PATCH 1/2] arm: socfpga: Remove static declaration on spl_mmc_find_device function

2017-12-11 Thread Marek Vasut
On 12/11/2017 11:53 AM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee So the tags would imply this has a lot to do with SoCFPGA, but this is not touching any file in the SoCFPGA. The tags are thus completely bogus. > This patch removes the static declation on spl_mmc_find_device_functio

[U-Boot] [PATCH 1/2] arm: socfpga: Remove static declaration on spl_mmc_find_device function

2017-12-11 Thread tien . fong . chee
From: Tien Fong Chee This patch removes the static declation on spl_mmc_find_device_function so this function is accessible by the caller from other file. This patch is required for later patch. Signed-off-by: Tien Fong Chee --- common/spl/spl_mmc.c | 2 +- include/spl.h| 2 ++ 2 files