Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: fnic: Remove a useless struct mempool forward declaration

struct mempool doesn't currently exist, and thus also isn't used in
fnic.h, remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20250812082808.371119-1-hch@lst.de
Reviewed-by: Karan Tilak Kumar <kartilak@cisco.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Christoph Hellwig and committed by
Martin K. Petersen
fad2cf04 c6b819e0

-2
-2
drivers/scsi/fnic/fnic.h
··· 323 323 FNIC_IN_ETH_TRANS_FC_MODE, 324 324 }; 325 325 326 - struct mempool; 327 - 328 326 enum fnic_role_e { 329 327 FNIC_ROLE_FCP_INITIATOR = 0, 330 328 };