[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130426124625.60bee0e2bcd255c62528e621@linux-foundation.org>
Date: Fri, 26 Apr 2013 12:46:25 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: "Chanho Min" <chanho.min@....com>,
"'Geert Uytterhoeven'" <geert@...ux-m68k.org>,
"'Bob Pearson'" <rpearson@...temfabricworks.com>,
"'Richard Weinberger'" <richard@....at>,
<linux-kernel@...r.kernel.org>, <linux-crypto@...r.kernel.org>,
"'Yann Collet'" <yann.collet.73@...il.com>,
이경식 <kyungsik.lee@....com>,
"'Linux/m68k'" <linux-m68k@...r.kernel.org>,
"'sparclinux'" <sparclinux@...r.kernel.org>,
"'Linux-Next'" <linux-next@...r.kernel.org>
Subject: Re: [PATCH 1/2] lib: Add lz4 compressor module
On Fri, 26 Apr 2013 15:51:05 +1000 Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> Hi,
>
> On Fri, 26 Apr 2013 14:02:01 +0900 "Chanho Min" <chanho.min@....com> 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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists