Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757482Ab3DZTqb (ORCPT ); Fri, 26 Apr 2013 15:46:31 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37219 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753986Ab3DZTq3 (ORCPT ); Fri, 26 Apr 2013 15:46:29 -0400 Date: Fri, 26 Apr 2013 12:46:25 -0700 From: Andrew Morton To: Stephen Rothwell Cc: "Chanho Min" , "'Geert Uytterhoeven'" , "'Bob Pearson'" , "'Richard Weinberger'" , , , "'Yann Collet'" , =?UTF-8?Q?=EC=9D=B4=EA=B2=BD=EC=8B=9D?= , "'Linux/m68k'" , "'sparclinux'" , "'Linux-Next'" Subject: Re: [PATCH 1/2] lib: Add lz4 compressor module Message-Id: <20130426124625.60bee0e2bcd255c62528e621@linux-foundation.org> In-Reply-To: <20130426155105.337d821415d8bfa845bf23f5@canb.auug.org.au> References: <5175014e.487a420a.4c58.ffffe0b9SMTPIN_ADDED_BROKEN@mx.google.com> <20130426155105.337d821415d8bfa845bf23f5@canb.auug.org.au> X-Mailer: Sylpheed 3.2.0beta5 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 703 Lines: 24 On Fri, 26 Apr 2013 15:51:05 +1000 Stephen Rothwell wrote: > Hi, > > On Fri, 26 Apr 2013 14:02:01 +0900 "Chanho Min" wrote: > > > > > > @@ -0,0 +1,23 @@ > > +#include > > + > > +int __attribute__((weak)) __clzsi2(int val) > > We have __weak in 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/