Re: [PATCH v1 1/1] floppy: Remove unused CROSS_64K() macro from arch/ code

2025-05-22 Thread Geert Uytterhoeven
Hi Andy, Thanks for your patch! On Wed, 21 May 2025 at 19:42, Andy Shevchenko wrote: > Since the commit 3d86739c6343 ("floppy: always use the track buffer") > the CROSS_64K() is not used by the driver, remove the leftovers. "CROSS_64KB" (also in the subject; "git grep" found no users at all ;-)

Re: [PATCH v1 1/1] floppy: Remove unused CROSS_64K() macro from arch/ code

2025-05-22 Thread Helge Deller
On 5/21/25 19:41, Andy Shevchenko wrote: Since the commit 3d86739c6343 ("floppy: always use the track buffer") the CROSS_64K() is not used by the driver, remove the leftovers. Signed-off-by: Andy Shevchenko --- arch/alpha/include/asm/floppy.h| 19 --- arch/arm/include/asm

[PATCH v1 1/1] floppy: Remove unused CROSS_64K() macro from arch/ code

2025-05-21 Thread Andy Shevchenko
Since the commit 3d86739c6343 ("floppy: always use the track buffer") the CROSS_64K() is not used by the driver, remove the leftovers. Signed-off-by: Andy Shevchenko --- arch/alpha/include/asm/floppy.h| 19 --- arch/arm/include/asm/floppy.h | 2 -- arch/m68k/include/asm