From nobody Thu Sep 18 05:29:58 2025 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 C798FC4332F for ; Sun, 11 Dec 2022 06:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230001AbiLKGTt (ORCPT ); Sun, 11 Dec 2022 01:19:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230174AbiLKGSp (ORCPT ); Sun, 11 Dec 2022 01:18:45 -0500 Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29480D2C6 for ; Sat, 10 Dec 2022 22:17:48 -0800 (PST) Received: by mail-pf1-x42f.google.com with SMTP id c13so6472157pfp.5 for ; Sat, 10 Dec 2022 22:17:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=to:from:cc:content-transfer-encoding:mime-version:references :in-reply-to:message-id:date:subject:from:to:cc:subject:date :message-id:reply-to; bh=hcrVxRUisDCIwNUwMSeJHwgn9tju9KUjMVhyouaiuRc=; b=lFe8X3Tz/J5t4ZHMzra4B7R2AyFJRzD9vb+SS/KtJhAHRX9zmlLEG+QdjJyku6Komw QHWzr2V1Q8I6gxOJXRb0iSO2xfUMEgNMJ3GkMHRnvCF7beM2HkY8dXwHGYdNucscAqQG jn0pg3sojLsW8LwNejFzV81kIewZIukI8OGMdX0aVV+L8/ZcxHhOlOGkYtD347dxkNzG dWUqCwPqe0IzmFXSZChwshXrHSbqpPHeYYwRL9+N92cWygqCZlYraUywikihIxzA8G/X vi+YM5eRyRA3HiTxORFlgBnsIN/EAjp9iu6NMiy+22gsour1B+rUZRnV1K6TglO1RHuP 85Vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:from:cc:content-transfer-encoding:mime-version:references :in-reply-to:message-id:date:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hcrVxRUisDCIwNUwMSeJHwgn9tju9KUjMVhyouaiuRc=; b=0xhuj7Wz9xVfjxSdbCSkW6qpVOvn/FPSvbZz5l4Zc3DY4vZGkSSd8XASNTZHLh1r4h /GRVIuAskgtke8K0Tfua3cVQuKgODQKfTYjDo9f+PFq5X+etNp2DFWlnOZHJVUFHEr4i 2CvbbLYplVy8MOE/jujfRzR4tfpunaMMJngZJh7Fs7VfiuaY3hCXfzXsYzrWXUfn4sYa J/kB4qNW5WiLXHQa8RXMiaL6hYibxUd46h3kgdVxYRfu7LtRowjgLpXam+dp2W1i0pXw TnUM/an4rqh1BrK6+SrROBTAKGP3HnmTFYMzXta7u3FTs0LVI9+bL/xiBJt0xgU5MJlC 0l4Q== X-Gm-Message-State: ANoB5pkZ7PFVwy4uIB4OvG66kDQ55QEQ0y9CodXEGTYJ6R2utygKgmvf vO1QCqerKp1hQrGL31qTn3dheg== X-Google-Smtp-Source: AA0mqf74kmm5QQ2t78EJYN+bbtPv6hSc3ZtlGYw3pqKaGbCI12kuNClxdaTI8S9NHEr0n5VHqw8R/Q== X-Received: by 2002:a05:6a00:18a0:b0:577:3523:bd1f with SMTP id x32-20020a056a0018a000b005773523bd1fmr13542228pfh.14.1670739467794; Sat, 10 Dec 2022 22:17:47 -0800 (PST) Received: from localhost ([135.180.226.51]) by smtp.gmail.com with ESMTPSA id c8-20020a624e08000000b0056c2e497b02sm3621357pfb.173.2022.12.10.22.17.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 10 Dec 2022 22:17:47 -0800 (PST) Subject: [PATCH v2 15/24] arm64: Remove empty Date: Sat, 10 Dec 2022 22:13:49 -0800 Message-Id: <20221211061358.28035-16-palmer@rivosinc.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221211061358.28035-1-palmer@rivosinc.com> References: <20221211061358.28035-1-palmer@rivosinc.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Cc: Palmer Dabbelt From: Palmer Dabbelt To: Arnd Bergmann , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Signed-off-by: Palmer Dabbelt --- arch/arm64/include/uapi/asm/setup.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 arch/arm64/include/uapi/asm/setup.h diff --git a/arch/arm64/include/uapi/asm/setup.h b/arch/arm64/include/uapi/= asm/setup.h deleted file mode 100644 index f9f51e5925aa..000000000000 --- a/arch/arm64/include/uapi/asm/setup.h +++ /dev/null @@ -1,25 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ -/* - * Based on arch/arm/include/asm/setup.h - * - * Copyright (C) 1997-1999 Russell King - * Copyright (C) 2012 ARM Ltd. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -#ifndef __ASM_SETUP_H -#define __ASM_SETUP_H - -#include - -#endif --=20 2.38.1