aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorDenis Efremov <efremov@linux.com>2021-04-16 11:34:49 +0300
committerJens Axboe <axboe@kernel.dk>2021-04-20 08:59:03 -0600
commita720e11f0a9a016266c8757f06e72622bea86a54 (patch)
tree0910f05979ce61b41eedbdf17f9e1d4097694832 /drivers/block
parentfloppy: cleanups: use memcpy() to copy reply_buffer (diff)
downloadlinux-dev-a720e11f0a9a016266c8757f06e72622bea86a54.tar.xz
linux-dev-a720e11f0a9a016266c8757f06e72622bea86a54.zip
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 <efremov@linux.com> Link: https://lore.kernel.org/r/20210416083449.72700-6-efremov@linux.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/floppy.c2
1 files changed, 0 insertions, 2 deletions
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