On Wed, Apr 21, 2010 at 11:49:55PM +0530, kishore kadiyala wrote: > @@ -99,6 +110,17 @@ static struct regulator_consumer_supply sdp4430_vmmc_supply[] > }, > }; > > +static int __init sdp4430_mmc_init(void) > +{ > + omap2_hsmmc_init(mmc); > + > + /* link regulators to MMC adapters ... we "know" the > + * regulators will be set up only *after* we return. > + */ > + sdp4430_vmmc_supply[0].dev = mmc[0].dev; > + sdp4430_vmmc_supply[1].dev = mmc[1].dev; > + return 0; > +} There should be a blank line between functions. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html