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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Karan Tilak Kumar <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent c6b819e commit fad2cf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)