Re: [PATCH v1 17/24] mmc: Remove static qualifier on mmc_power_init

2020-07-28 Thread Simon Glass
Hi Stefan, On Fri, 24 Jul 2020 at 04:09, Stefan Roese wrote: > > From: Suneel Garapati > > For platforms with multiple slot support like OcteonTX, > this is invoked per slot. > > Signed-off-by: Suneel Garapati > Cc: Peng Fan > > Signed-off-by: Stefan Roese > --- > > Changes in v1: > - Change

[PATCH v1 17/24] mmc: Remove static qualifier on mmc_power_init

2020-07-24 Thread Stefan Roese
From: Suneel Garapati For platforms with multiple slot support like OcteonTX, this is invoked per slot. Signed-off-by: Suneel Garapati Cc: Peng Fan Signed-off-by: Stefan Roese --- Changes in v1: - Change patch subject drivers/mmc/mmc.c | 2 +- include/mmc.h | 1 + 2 files changed, 2 i