All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Palmer Dabbelt <palmer@rivosinc.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
	linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-m68k <linux-m68k@lists.linux-m68k.org>
Subject: Re: [PATCH v2 16/24] m68k: Remove empty <uapi/asm/setup.h>
Date: Mon, 16 Jan 2023 11:07:45 +0100	[thread overview]
Message-ID: <CAMuHMdUwsf8P4HDPfPmtB1F7Xbbb-i_H=ZCKVkMsiG8WzJ8=oA@mail.gmail.com> (raw)
In-Reply-To: <20221211061358.28035-17-palmer@rivosinc.com>

CC linux-m68k

On Sun, Dec 11, 2022 at 7:20 AM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> ---
>  arch/m68k/include/uapi/asm/setup.h | 15 ---------------
>  1 file changed, 15 deletions(-)
>  delete mode 100644 arch/m68k/include/uapi/asm/setup.h
>
> diff --git a/arch/m68k/include/uapi/asm/setup.h b/arch/m68k/include/uapi/asm/setup.h
> deleted file mode 100644
> index 005593acc7d8..000000000000
> --- a/arch/m68k/include/uapi/asm/setup.h
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
> -/*
> -** asm/setup.h -- Definition of the Linux/m68k setup information
> -**
> -** Copyright 1992 by Greg Harp
> -**
> -** This file is subject to the terms and conditions of the GNU General Public
> -** License.  See the file COPYING in the main directory of this archive
> -** for more details.
> -*/
> -
> -#ifndef _UAPI_M68K_SETUP_H
> -#define _UAPI_M68K_SETUP_H
> -
> -#endif /* _UAPI_M68K_SETUP_H */
> --
> 2.38.1

  reply	other threads:[~2023-01-16 10:09 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-11  6:13 [PATCH v2 00/24] Remove COMMAND_LINE_SIZE from uapi Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 01/24] alpha: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 02/24] arm: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 03/24] arm64: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 04/24] ia64: " Palmer Dabbelt
2022-12-11  8:03   ` kernel test robot
2022-12-11  6:13 ` [PATCH v2 05/24] m68k: " Palmer Dabbelt
2023-01-16 10:07   ` Geert Uytterhoeven
2022-12-11  6:13 ` [PATCH v2 06/24] microblaze: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 07/24] mips: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 08/24] parisc: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 09/24] powerpc: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 10/24] sparc: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 11/24] xtensa: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 12/24] asm-generic: " Palmer Dabbelt
2022-12-11  7:42   ` kernel test robot
2022-12-11 11:04   ` kernel test robot
2022-12-11  6:13 ` [PATCH v2 13/24] alpha: Remove empty <uapi/asm/setup.h> Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 14/24] arc: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 15/24] arm64: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 16/24] m68k: " Palmer Dabbelt
2023-01-16 10:07   ` Geert Uytterhoeven [this message]
2022-12-11  6:13 ` [PATCH v2 17/24] microblaze: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 18/24] mips: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 19/24] parisc: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 20/24] powerpc: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 21/24] s390: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 22/24] sparc: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 23/24] x86: " Palmer Dabbelt
2022-12-11  6:13 ` [PATCH v2 24/24] xtensa: " Palmer Dabbelt
2023-02-10 17:10 ` [PATCH v2 00/24] Remove COMMAND_LINE_SIZE from uapi Alexandre Ghiti
2023-02-10 19:37   ` Arnd Bergmann
2023-02-13  7:40     ` Alexandre Ghiti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMuHMdUwsf8P4HDPfPmtB1F7Xbbb-i_H=ZCKVkMsiG8WzJ8=oA@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=palmer@rivosinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.