Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030568Ab3DSMfm (ORCPT ); Fri, 19 Apr 2013 08:35:42 -0400 Received: from fw-tnat.cambridge.arm.com ([217.140.96.21]:45777 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S968302Ab3DSMfl (ORCPT ); Fri, 19 Apr 2013 08:35:41 -0400 Date: Fri, 19 Apr 2013 13:35:13 +0100 From: Catalin Marinas To: Chen Gang Cc: Will Deacon , Arnd Bergmann , Tony Lindgren , "olof@lixom.net" , Santosh Shilimkar , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] ARM64: kernel: compiling issue: need define readq and writeq for driver module using. Message-ID: <20130419123513.GB18443@arm.com> References: <51712975.8030104@asianux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51712975.8030104@asianux.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 820 Lines: 25 On Fri, Apr 19, 2013 at 12:24:37PM +0100, Chen Gang wrote: > > when compiling with allmodconfig, CONFIG_64BIT=y > the file drivers/base/regmap/regmap-mmio.c will use readq and writeq. > > so we need implement these functions. > > BTW: > the coding style can not pass ./scripts/checkpatch.pl. > it seems better to provide additional patch for beautifying code. If it complains about long lines, just ignore it. I wouldn't worry too much about checkpatch.pl and coding style warnings ;) > Signed-off-by: Chen Gang Thanks. -- Catalin -- 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/