diff options
author | Willy Tarreau <w@1wt.eu> | 2020-03-01 22:55:50 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-16 17:26:58 +0300 |
commit | 3c6051afa3d4e22273e7eed11186513a12554515 (patch) | |
tree | 45de35fb979fd70264fb0b7736d3572d692024b5 /arch/arm/boot | |
parent | 8fb3845023e9f25d708c47dd50048a470884a946 (diff) | |
download | linux-3c6051afa3d4e22273e7eed11186513a12554515.tar.xz |
floppy: remove dead code for drives scanning on ARM
On ARM, function fd_scandrives pre-dates Git era, is #ifed 0 out, not
used, and cannot even compile since it references an fdc variable that's
not declared anywhere (supposed to be the global one that we're turning
to current_fdc apparently).
There was also an ifdefde out include of mach/floppy.h that does not
exist anymore either. Let's get rid of them since they complicate the
fixing of the driver.
Link: https://lore.kernel.org/r/20200301195555.11154-2-w@1wt.eu
Cc: Ian Molton <spyro@f2s.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/arm/boot')
0 files changed, 0 insertions, 0 deletions