On Mon, Dec 03, 2012 at 05:05:34AM -0500, Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> > > --- > > no functional change, but it's just an annoying typo. :-) Applied, thanks. Sascha > > diff --git a/drivers/base/platform.c b/drivers/base/platform.c > index ea4e37b..e1a8472 100644 > --- a/drivers/base/platform.c > +++ b/drivers/base/platform.c > @@ -76,8 +76,8 @@ struct bus_type platform_bus = { > .remove = platform_remove, > }; > > -static int plarform_init(void) > +static int platform_init(void) > { > return bus_register(&platform_bus); > } > -pure_initcall(plarform_init); > +pure_initcall(platform_init); > > -- > > ======================================================================== > Robert P. J. Day Ottawa, Ontario, CANADA > http://crashcourse.ca > > Twitter: http://twitter.com/rpjday > LinkedIn: http://ca.linkedin.com/in/rpjday > ======================================================================== > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox