On Fri, Dec 18, 2020 at 7:43 PM Sam Ravnborg <s...@ravnborg.org> wrote: > > LEON do not have floppy support so we can drop it > > Signed-off-by: Sam Ravnborg <s...@ravnborg.org> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Sam Ravnborg <s...@ravnborg.org> > Cc: Mike Rapoport <r...@kernel.org> > Cc: Andrew Morton <a...@linux-foundation.org> > Cc: Denis Efremov <efre...@linux.com> > Cc: Willy Tarreau <w...@1wt.eu> > Cc: Christian Brauner <christian.brau...@ubuntu.com> > Cc: sparcli...@vger.kernel.org > Cc: Arnd Bergmann <a...@kernel.org> > Cc: Andreas Larsson <andr...@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