On Fri, Dec 18, 2020 at 7:43 PM Sam Ravnborg <sam@xxxxxxxxxxxx> wrote: > > LEON do not have floppy support so we can drop it > > Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> > Cc: Mike Rapoport <rppt@xxxxxxxxxx> > Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > Cc: Denis Efremov <efremov@xxxxxxxxx> > Cc: Willy Tarreau <w@xxxxxx> > Cc: Christian Brauner <christian.brauner@xxxxxxxxxx> > Cc: sparclinux@xxxxxxxxxxxxxxx > Cc: Arnd Bergmann <arnd@xxxxxxxxxx> > Cc: Andreas Larsson <andreas@xxxxxxxxxxx> > --- > 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