On Sat, Jun 06, 2009 at 01:11:51PM +0200, Jiri Slaby wrote: > On 06/06/2009 06:44 PM, Yunpeng Gao wrote: > > diff --git a/drivers/staging/mrst_nand/ffsport.c b/drivers/staging/mrst_nand/ffsport.c > > new file mode 100644 > > index 0000000..5a919f4 > > --- /dev/null > > +++ b/drivers/staging/mrst_nand/ffsport.c > > @@ -0,0 +1,953 @@ > > +void glob_udelay(unsigned long usecs) > > +{ > > + udelay(usecs); > > +} > > + > > +void glob_mdelay(unsigned long msecs) > > +{ > > + mdelay(msecs); > > +} > > Unneeded wrappers. <snip> Thanks for the review, this is one reason why it's in the staging directory :) Hopefully someone can send follow-on patches implementing these fixups (hint...) greg k-h