Skip to content

Commit fad2cf0

Browse files
Christoph Hellwigmartinkpetersen
authored andcommitted
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>
1 parent c6b819e commit fad2cf0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/scsi/fnic/fnic.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ enum fnic_state {
323323
FNIC_IN_ETH_TRANS_FC_MODE,
324324
};
325325

326-
struct mempool;
327-
328326
enum fnic_role_e {
329327
FNIC_ROLE_FCP_INITIATOR = 0,
330328
};

0 commit comments

Comments
 (0)