On Sat, Jun 30, 2012 at 04:05:36PM -0700, philipspatches@gmail.com wrote: > From: Philip Rakity > > This definition is missing when CONFIG_REGULATOR is not defined. > This causes compiler errors when compiling sdhci.c. This can > be worked around by adding #ifdef CONFIG_REGULATOR .. #endif > but since other definitions are there we have defined the missing > definition Applied, thanks.