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
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