There are a few places in architecture code for the floppy driver that may be cleaned up. Do it so.
Assumed to route via Andrew Morton's tree as floppy is basically orphaned. Changelog v2: - combined separate patches sent earlier into a series - added tags (Helge, Geert) - fixed typo in the commit message (Geert) Andy Shevchenko (3): floppy: Remove unused CROSS_64KB() macro from arch/ code floppy: Replace custom SZ_64K constant floppy: Sort headers alphabetically arch/alpha/include/asm/floppy.h | 19 ---------- arch/arm/include/asm/floppy.h | 2 -- arch/m68k/include/asm/floppy.h | 4 --- arch/mips/include/asm/floppy.h | 15 -------- arch/parisc/include/asm/floppy.h | 11 +++--- arch/powerpc/include/asm/floppy.h | 5 --- arch/sparc/include/asm/floppy_32.h | 3 -- arch/sparc/include/asm/floppy_64.h | 3 -- arch/x86/include/asm/floppy.h | 8 ++--- drivers/block/floppy.c | 56 ++++++++++++++---------------- 10 files changed, 34 insertions(+), 92 deletions(-) -- 2.50.1