From patchwork Sun Nov 26 05:49:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 13468774 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 866AF23CE; Sun, 26 Nov 2023 05:49:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Nzv4qbsT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB308C433C8; Sun, 26 Nov 2023 05:49:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700977794; bh=4C/rZswEC+KNZtxPpel7E8H6NyrVNRA1dZZz67OEKKc=; h=From:To:Cc:Subject:Date:From; b=Nzv4qbsT8IWJ1LE2WTeLRQMxnAhTInR4SVQjPUCIguaiGxh0gtlsSy+AMk3FZNjRs M+BI6OkkEdCBcHExl/F0kT8lZ9fs++NxBA8zcz2NuvDomcyeMhAfJqA6A17wVzk1/s SnjilwSYrgRtK6txmCVW5sjUCcIXo9xtPq4RyfaVAFoH5PLny6riP2+xPXBHWOGXrJ AWi338pllchscT9MOFbD4l7tZghMvdvmpMZFJjvztdJ75eGYCoxQVb7/EEdiKiu3RW 0KNcxNEAQTMSuDR4GSWQA9nop63rqUIzXLJQ9SbwY7DfkYPSs2lxX+C94Mu0wggyfT 4DlAiqebrJOLQ== From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada , Arnd Bergmann , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] export.h: remove include/asm-generic/export.h Date: Sun, 26 Nov 2023 14:49:17 +0900 Message-Id: <20231126054917.930324-1-masahiroy@kernel.org> X-Mailer: git-send-email 2.40.1 Precedence: bulk X-Mailing-List: linux-kbuild@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 With the removal of all inclusion except tools/, include/asm-generic/export.h is no longer needed and can be removed. Signed-off-by: Masahiro Yamada --- include/asm-generic/export.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 include/asm-generic/export.h diff --git a/include/asm-generic/export.h b/include/asm-generic/export.h deleted file mode 100644 index 570cd4da7210..000000000000 --- a/include/asm-generic/export.h +++ /dev/null @@ -1,11 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef __ASM_GENERIC_EXPORT_H -#define __ASM_GENERIC_EXPORT_H - -/* - * and are deprecated. - * Please include directly. - */ -#include - -#endif