]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge patch series "scsi: bfa: Remove deadcode"
authorMartin K. Petersen <martin.petersen@oracle.com>
Tue, 15 Oct 2024 21:14:56 +0000 (17:14 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 15 Oct 2024 21:14:56 +0000 (17:14 -0400)
linux@treblig.org says:

Hi,
  This removes a pile of dead functions in the SCSI bfa driver.
These were spotted by hunting for unused symbols in a unmodular
kernel build, and then double checking by grepping for the function
name.

  It's been build tested only, I don't have the hardware, but
it's strictly full function (and the occasional struct) deletion,
so there should be no change in functionality.

  Thanks to David Hildenbrand for the suggestion of hunting
for unused symbols.

Dave

Link: https://lore.kernel.org/r/20240915125633.25036-1-linux@treblig.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

Trivial merge