Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753578AbdC2GvM (ORCPT ); Wed, 29 Mar 2017 02:51:12 -0400 Received: from mga04.intel.com ([192.55.52.120]:31035 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753223AbdC2GvK (ORCPT ); Wed, 29 Mar 2017 02:51:10 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,240,1486454400"; d="scan'208";a="81779195" Date: Wed, 29 Mar 2017 08:51:04 +0200 From: Samuel Ortiz To: Paul Gortmaker Cc: LKML , kbuild test robot , Tony Luck , Fenghua Yu , "linux-ia64@vger.kernel.org" , linux-wireless@vger.kernel.org Subject: Re: [PATCH v2] nfc: don't be making arch specific unaligned decisions at driver level. Message-ID: <20170329065104.GB30988@zurbaran.ger.intel.com> References: <201701090839.5u37Hdez%fengguang.wu@intel.com> <20170109175222.3162-1-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 714 Lines: 19 Hi Paul, On Tue, Mar 28, 2017 at 06:55:26PM -0400, Paul Gortmaker wrote: > On Mon, Jan 9, 2017 at 12:52 PM, Paul Gortmaker > wrote: > > Currently ia64 fails building allmodconfig with variations of: > > > > In file included from drivers/nfc/nxp-nci/i2c.c:39:0: > > ./include/linux/unaligned/access_ok.h:62:29: error: redefinition of ‘put_unaligned_be64’ > > static __always_inline void put_unaligned_be64(u64 val, void *p) > > Hi Samuel, > > Do you require changes on this commit, or are you happy to queue it as is? > Looking at the NFC git history it seems like you are the right person to ask. I will queue it later this week, sorry for the lag. Cheers, Samuel.