scsi: wd33c93: Remove dead code related to the long-gone config WD33C93_PIO
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 20 Sep 2022 11:29:21 +0000 (13:29 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 25 Sep 2022 17:29:53 +0000 (13:29 -0400)
commitd4a0a0f2c84ad810141e25c3490d4e314fcf4838
tree0aee16fca91b85bafef52175d4df5fb09998f11d
parent48517eefb20ec2d6595ebd77ae11f34b3540cd78
scsi: wd33c93: Remove dead code related to the long-gone config WD33C93_PIO

The historical commit 5e018f7e60c9 ("Remove PC9800 support") from 2004 in
linux's history.git removed the config WD33C93_PIO to tweak the scsi
wd33c93 driver for the PC9800.

Some dead code in drivers/scsi/wd33c93.[ch] under an ifdef WD33C93_PIO
continued to remain in the repository until now.

Remove this dead code.

This issue was discovered with ./scripts/checkkconfigsymbols.py.

Link: https://lore.kernel.org/r/20220920112921.25275-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/wd33c93.c
drivers/scsi/wd33c93.h