Re: [PATCH 1/3 v2] mmc: Move mmc_delay() to include/linux/mmc/core.h

2011-10-27 Thread Kumar Gala
On Aug 26, 2011, at 2:52 AM, Chunhe Lan wrote: > Move mmc_delay() from drivers/mmc/core/core.h to > include/linux/mmc/core.h. So when other functions > call it with include syntax using > of absolute path rather than "../core/core.h" of > relative path. > > Signed-off-by: Chunhe Lan > Cc: Chri

[PATCH 1/3 v2] mmc: Move mmc_delay() to include/linux/mmc/core.h

2011-08-26 Thread Chunhe Lan
Move mmc_delay() from drivers/mmc/core/core.h to include/linux/mmc/core.h. So when other functions call it with include syntax using of absolute path rather than "../core/core.h" of relative path. Signed-off-by: Chunhe Lan Cc: Chris Ball --- drivers/mmc/core/core.h | 12 includ