On Fri, 26 Apr 2013 15:51:05 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > Hi, > > On Fri, 26 Apr 2013 14:02:01 +0900 "Chanho Min" <chanho.min@xxxxxxx> wrote: > > > > > > @@ -0,0 +1,23 @@ > > +#include <linux/kernel.h> > > + > > +int __attribute__((weak)) __clzsi2(int val) > > We have __weak in <linux/compiler.h> And lib/clz.c needs a few more includes, for EXPORT_SYMBOL, BITS_PER_LONG maybe. Plus a changelog and a signed-off-by, please. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html