Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp280654pxj; Thu, 13 May 2021 04:57:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzLRbnBz4LPwiO8B94r7dJPxWSKfFfRn8B4RE4V19mBi5+c818Yf1s7Km298tcMipjpyKY9 X-Received: by 2002:aa7:dbc9:: with SMTP id v9mr49599831edt.183.1620907025305; Thu, 13 May 2021 04:57:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620907025; cv=none; d=google.com; s=arc-20160816; b=JO5yturen4cI23PBgpKMbKdAHLCJhjDNcSDZIMmY1kTRMvcCNrUI3r9Rh3aiX97H8X 639WG1wLtpodokVzwJFPQMZqkqnUDeZtUZlgyFtJB6FOLjt3c8t35BD7uwwE/Ijv4slF zkh9i2OxHUCXvlATB4pRoE/Bz7q2Zlp3+d+BFuJN8r0ldCO3BoMVD63On5nVVNvNEBLD APM94Ry6K/OJixNaf+Bz2pR8xuyNj2EkmNfTe6zmOJ3Jx9KrIB8KmSY8wGeK3L6wGqv1 aZQ58BMcGBV3G5eRK2p1nAw0XQymiOE7MS0pTxom7rK90mggS/i45ZlRQ9GWLfvMIu5j HRVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=7/0a48NNvdFfb92xvyqi5EewhXGPcYyh+R8b1wkrZSU=; b=bkzL9f2TgtAOpHVlaxj3RdovydA14XrM5eLi9nliKvchvPAxOzuOEG4z5dfqxXyMhb Rkc/Lh3ActmoN19ut3XjUMYdsXfK0A/4Ty+UmN0fKsviymGpfIyp68f9bCUZ6EnBI/O4 L5EYZaEredyai/vMj2BTdgFPO0KF14Hnc6QkMMrLA984QoIF0Kqug2BXPOBywBfEatXL 2eX6wqbZ4SNsPUqfoWAOVHl/mEeIpyMKUZrZAwtNM3NZRWNd0bkFKbp44dCdZFJGm4J9 S2oDCtgzvtjlGZn9pFMFVdaWWsP8n0a5x0aqVe1jleW9KqKEIvfQ/oGe6ht2QseEL53I PNNA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qh7si2094471ejb.11.2021.05.13.04.56.41; Thu, 13 May 2021 04:57:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233184AbhEMLJA (ORCPT + 99 others); Thu, 13 May 2021 07:09:00 -0400 Received: from out30-130.freemail.mail.aliyun.com ([115.124.30.130]:47800 "EHLO out30-130.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232434AbhEMLIm (ORCPT ); Thu, 13 May 2021 07:08:42 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R711e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04426;MF=jiapeng.chong@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0UYkXXXR_1620904044; Received: from j63c13417.sqa.eu95.tbsite.net(mailfrom:jiapeng.chong@linux.alibaba.com fp:SMTPD_---0UYkXXXR_1620904044) by smtp.aliyun-inc.com(127.0.0.1); Thu, 13 May 2021 19:07:30 +0800 From: Jiapeng Chong To: chris@zankel.net Cc: jcmvbkbc@gmail.com, linux-xtensa@linux-xtensa.org, linux-kernel@vger.kernel.org, Jiapeng Chong Subject: [PATCH] xtensa: Fix duplicate included linux/unaligned/generic.h Date: Thu, 13 May 2021 19:07:23 +0800 Message-Id: <1620904043-71858-1-git-send-email-jiapeng.chong@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Clean up the following includecheck warning: ./arch/xtensa/include/asm/unaligned.h: linux/unaligned/generic.h is included more than once. No functional change. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- arch/xtensa/include/asm/unaligned.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/xtensa/include/asm/unaligned.h b/arch/xtensa/include/asm/unaligned.h index 8e7ed04..c8838d9 100644 --- a/arch/xtensa/include/asm/unaligned.h +++ b/arch/xtensa/include/asm/unaligned.h @@ -15,15 +15,15 @@ #ifdef __LITTLE_ENDIAN # include # include -# include # define get_unaligned __get_unaligned_le # define put_unaligned __put_unaligned_le #else # include # include -# include # define get_unaligned __get_unaligned_be # define put_unaligned __put_unaligned_be #endif +# include + #endif /* _ASM_XTENSA_UNALIGNED_H */ -- 1.8.3.1