From: Denis Efremov Date: Fri, 16 Apr 2021 08:34:49 +0000 (+0300) Subject: floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef X-Git-Tag: microblaze-v5.14~118^2~28 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=a720e11f0a9a016266c8757f06e72622bea86a54;p=linux-2.6-microblaze.git floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef FLOPPY_SILENT_DCL_CLEAR is not defined anywhere and comes from pre-git era. Just drop this undef. There is FD_SILENT_DCL_CLEAR which is really used. Signed-off-by: Denis Efremov Link: https://lore.kernel.org/r/20210416083449.72700-6-efremov@linux.com Signed-off-by: Jens Axboe --- diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index c584657bacab..678ea45f2388 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c @@ -145,8 +145,6 @@ * Better audit of register_blkdev. */ -#undef FLOPPY_SILENT_DCL_CLEAR - #define REALLY_SLOW_IO #define DEBUGT 2