diff options
author | Denis Efremov <efremov@linux.com> | 2021-04-16 11:34:49 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-04-20 08:59:03 -0600 |
commit | a720e11f0a9a016266c8757f06e72622bea86a54 (patch) | |
tree | 0910f05979ce61b41eedbdf17f9e1d4097694832 /drivers/block | |
parent | fa6b885e876ed4d29d1513fcf2d8bdc5c4b3b527 (diff) | |
download | linux-a720e11f0a9a016266c8757f06e72622bea86a54.tar.bz2 |
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.c | 2 |
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 |