On 6/3/26 6:27 AM, Catalin Iacob wrote:
Commit 1cea5180f2f8 ("block: remove pktcdvd driver") left behind some CONFIG_CONFIG_CDROM_PKTCDVD* references in defconfigs and around an export. Remove them.Signed-off-by: Catalin Iacob <[email protected]> --- Found this incidentally while looking at kernel sources to understand what pktcdvd is --- Changes in v2: - Reworded commit message on John Paul Adrian's suggestion to be about the removed references not the export symbol - Link to v1: https://patch.msgid.link/[email protected] --- arch/mips/configs/fuloong2e_defconfig | 1 - arch/mips/configs/ip22_defconfig | 1 - arch/mips/configs/ip27_defconfig | 1 - arch/mips/configs/ip30_defconfig | 1 - arch/mips/configs/jazz_defconfig | 1 - arch/mips/configs/malta_defconfig | 1 - arch/mips/configs/malta_kvm_defconfig | 1 - arch/mips/configs/maltaup_xpa_defconfig | 1 - arch/mips/configs/rm200_defconfig | 1 - arch/mips/configs/sb1250_swarm_defconfig | 1 - arch/powerpc/configs/g5_defconfig | 1 - arch/powerpc/configs/ppc6xx_defconfig | 1 - arch/sh/configs/sh2007_defconfig | 1 - arch/sparc/configs/sparc64_defconfig | 2 -- drivers/scsi/scsi_lib.c | 8 -------- 15 files changed, 23 deletions(-)
Shouldn't this be split into two patches - one for the defconfig files and a second patch for the SCSI core? Thanks, Bart.
