From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6354EC001B0 for ; Mon, 7 Aug 2023 15:43:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231140AbjHGPnR (ORCPT ); Mon, 7 Aug 2023 11:43:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231233AbjHGPnE (ORCPT ); Mon, 7 Aug 2023 11:43:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 219CFBD; Mon, 7 Aug 2023 08:43:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B3FBA61E57; Mon, 7 Aug 2023 15:43:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E264C433CD; Mon, 7 Aug 2023 15:43:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691422983; bh=6F2ehvB66Ms9jWF39bnYTV60WrC8vf/eA8/nBR/P3/U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=A+/9FYqc7NzkxY9qtFa4pV3rcoAGj2HuuiUDQkDo+UljP3mFGXHSNZa2wCU4BMcIH noEeQhEYoG6f0j+3J0mNWhY8asx0KhMGNnfVs2NMBYFPeHVF02IZ6hR9kKD3p936U7 HEzSWFWS2vCFS013B+7H/G1lZsF56vgYRnflEMbtnazOgEWN+pV5xU0Hzywd0wu1kl hYeMs4dKXpB+Aqg7PJWyhhdVjS3yn1lbK9mJzF9EzRar6Gt9J+hMqqkOl6SFSHi11J LEfp6QasWWLkKkwudx31Hjz7MVSh7fWWGBZ6Wn6R7qb4C3fZKekBldpgz+pUgx55ae YnIKf9qV8llQA== From: Masahiro Yamada To: Huacai Chen , WANG Xuerui , loongarch@lists.linux.dev Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Masahiro Yamada Subject: [PATCH 3/3] loongarch: remove Date: Tue, 8 Aug 2023 00:42:50 +0900 Message-Id: <20230807154250.998765-3-masahiroy@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230807154250.998765-1-masahiroy@kernel.org> References: <20230807154250.998765-1-masahiroy@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org All *.S files under arch/loongarch/ have been converted to include instead of . Remove . Signed-off-by: Masahiro Yamada --- arch/loongarch/include/asm/Kbuild | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/loongarch/include/asm/Kbuild b/arch/loongarch/include/asm/Kbuild index 6b222f227342..93783fa24f6e 100644 --- a/arch/loongarch/include/asm/Kbuild +++ b/arch/loongarch/include/asm/Kbuild @@ -1,6 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 generic-y += dma-contiguous.h -generic-y += export.h generic-y += mcs_spinlock.h generic-y += parport.h generic-y += early_ioremap.h -- 2.39.2