[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH v1 02/13] sparc32: Drop floppy support



On Fri, Dec 18, 2020 at 7:43 PM Sam Ravnborg <sam@ravnborg.org> wrote:
>
> LEON do not have floppy support so we can drop it
>
> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Cc: Mike Rapoport <rppt@kernel.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Denis Efremov <efremov@linux.com>
> Cc: Willy Tarreau <w@1wt.eu>
> Cc: Christian Brauner <christian.brauner@ubuntu.com>
> Cc: sparclinux@vger.kernel.org
> Cc: Arnd Bergmann <arnd@kernel.org>
> Cc: Andreas Larsson <andreas@gaisler.com>
> ---
>  arch/sparc/Kconfig                 |   2 +-
>  arch/sparc/include/asm/floppy.h    | 786 ++++++++++++++++++++++++++++-
>  arch/sparc/include/asm/floppy_32.h | 393 ---------------
>  arch/sparc/include/asm/floppy_64.h | 779 ----------------------------

Rather than renaming the floppy_64.h to floppy.h, it might be easier to just
remove the #else from floppy.h, similar to what asm/adi.h does.

This might be helpful in the (unlikely) case that someone has patches for
this file and wants to rebase them.

       Arnd


Reply to: