]> www.infradead.org Git - users/hch/misc.git/commitdiff
fnic: remove a useless struct mempool forward declaration
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Jul 2025 16:25:48 +0000 (09:25 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 30 Jul 2025 16:26:27 +0000 (09:26 -0700)
Struct mempool doesn't current exist, and thus also isn't used in fnic.h,
remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/fnic/fnic.h

index c2fdc6553e627ad7929d2b472be38fcf024d8905..1199d701c3f5903bf81aa8eda4781348077e9589 100644 (file)
@@ -323,8 +323,6 @@ enum fnic_state {
        FNIC_IN_ETH_TRANS_FC_MODE,
 };
 
-struct mempool;
-
 enum fnic_role_e {
        FNIC_ROLE_FCP_INITIATOR = 0,
 };